function popup(file,ext) {
content = "<html><head><title>" + file + "</title></head>" +
"<body background='" + file + "." + ext + "' onBlur='window.focus()' leftmargin=\"0\" topmargin=\"0\" marginwidth=\"0\" marginheight=\"0\">" +
"<table width=\"100%\" height=\"100%\"><tr><td></td><td width=\"220\" valign=\"bottom\" align=\"right\">" +
"<div align=\"center\" style=\"margin: 5; padding:8; color:darkgreen; background:#E9D5AB; border: solid 1px darkgreen; font-family:'Comic Sans MS', Times, serif; font-size:14px\">" +
"<b>Right click and save image</b><br><br>"+
"<a href=\"#chiudi\" onClick=\"window.close()\"><img width=\"80\" height=\"33\" border=\"0\" src=\"../img/Close.gif\"></a></div>"+
"</td></tr></table></body></html>";
pop = window.open("","","width=760,height=560");
pop.document.open();
pop.focus();
pop.document.write(content);
pop.document.close();
}
//
function mymail(){
document.write('<a onmouseover=','"window.status=',"'mailto:Daisy'; return",' true"'," onmouseout=",'"window.status=',"'';",' return true"',' href=','"mai','lto&#58;','dai','sy&#64;da','isyw','eb','&#46;it','&#63;subject=Daisy',"'",'s Tubes"','><img src="img/daisymailb.gif" width="180" height="120" border="0" alt="Mail to Daisy"></a>') 
}

