function popup (ind,des,w,h,co) {
	if (navigator.appName!='Microsoft Internet Explorer' && navigator.appName!='Netscape')
		{
		aprila = open(ind,"Foto","toolbar=0,location=0,status=1,menubar=0,scrollbars=1,resizable=1,width=600,height=550,top=0,left=0,screenX=0,screenY=0"); 
		aprila.status=des; 
		aprila.focus(); 
		status="";
		}
	else
		{
		aprila = open("","Foto","toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=1,width=600,height=550,top=0,left=0,screenX=0,screenY=0"); 
		aprila.document.write("<html><head><title>attendere il caricamento della foto</title><LINK REL=STYLESHEET HREF=../_private/style1.css TYPE=TEXT/CSS><style type=\"text/css\">BODY{background:#000000}</style></head><body bgcolor=#000000 TOPMARGIN=0 LEFTMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0><center><IMG SRC=\""); 		aprila.document.write(ind); 
		if (!w && !h) 
			aprila.document.write("\" border=0>"); 
		if (w) 
			{
			aprila.document.write("\" border=0 width="); 
			aprila.document.write(w); 
			aprila.document.write(">"); 
			}
		if (h) 
			{
			aprila.document.write("\" border=0 "); 
			aprila.document.write(" height="); 
			aprila.document.write(h); 
			aprila.document.write(">"); 
			}
		aprila.document.write("<br><SPAN class=v11 style=\" color: #ffff00\">"); 
		aprila.document.write(des); 
		aprila.document.write("</span>"); 
		if (co) 
			{
			aprila.document.write("<div class=v11 style=\" color: #ffff00\">&copy;"); 
			aprila.document.write("2005 "); 
			aprila.document.write(co+"</div>"); 
			}
		aprila.document.write("</center></body></html>"); 
		aprila.document.close(); 
		aprila.focus();
		}
}

