function apri(img) {
finestra = open("","","toolbars=no,resizable=yes");
testo="<html><head><title>I fiori di Bach</title><link rel=stylesheet href=../popup.css type=text/css></head><body style='margin:0px;'><table border=2 width=100% height=100% cellspacing=0 cellpadding=0  background=popup.css><tr><td  align=center><img src='" +img +"'  onload='self.resizeTo(document.images[0].width+100, document.images[0].height+120); return true;'><br><FONT size='1'>foto su gentile concessione della <A href='http://www.sardinianflowers.com' target='sfr'>Sardinian Flower Remedy</A><BR>produzione e vendita di rimedi floreali di Bach e italiani</FONT><br><input name=B1 onClick=window.close() type=button  class=submit value=Chiudi></td></tr></table></body></html>";
finestra.document.write(testo);
finestra.document.close();
finestra.focus();
}
