	function openphoto(fotonum)
		{
		var largh = new Array("","433","355","456","375","571","435","500","525","620","373","589","520","587","496","366","384","436","430","456","406","386","391","426","718","592","440","525")
		var altezza = new Array("","475","565","572","620","564","345","620","374","435","530","394","610","396","610","510","590","607","300","597","593","586","592","299","573","393","620","376")
		larghfoto=largh[fotonum]
		altezzafoto=altezza[fotonum]
		iwin=window.open("foto/"+fotonum+".jpg",fotonum,"status=no,location=no,menu=no,width="+larghfoto+",height="+altezzafoto+"")
		}

	function openpubb(ancora)
		{
		iwin=window.open("pubblic1.htm#"+ancora,"iwin","status=no,location=no,menu=no,width=500,height=150,scrollbars=yes")
		}


