function popup(img) {
  myPopup=window.open("","mypopup","width=560,height=540,screenX=300,screenY=300,left=300,top=140")
  myPopup.document.open()
  myPopup.document.write("<HTML><HEAD><TITLE>JETPHARMA SA</TITLE>\r\n")
  myPopup.document.write("<LINK href=\"css/foglio1.css\" rel=\"stylesheet\" type=\"text/css\"></HEAD>\r\n")
  myPopup.document.write("<BODY  background=\"images/riem_grande.gif\" leftmargin=\"0\" topmargin=\"0\" marginwidth=\"0\" marginheight=\"0\" valign=\"top\" id=\"popup\"> <H1 align=\"right\" id=\"popup\"><br></H1>\r\n")
  myPopup.document.write("<IMG src=\"foto/" + img + "\" align=\"right\">\r\n")
  myPopup.document.write("</BODY></HTML>\r\n")
  myPopup.document.close()
}           
