// JavaScript Document

<!--//--><![CDATA[//><!--

startList = function() {
	if (document.all&&document.getElementById) {
		navRoot = document.getElementById("nav");
		for (i=0; i<navRoot.childNodes.length; i++) {
			node = navRoot.childNodes[i];
			if (node.nodeName=="LI") {
				node.onmouseover=function() {
					this.className+=" over";
				}
				node.onmouseout=function() {
					this.className=this.className.replace(" over", "");
				}
			}
		}
	}
}
window.onload=startList;

//--><!]]>



//apre la pop della dimensione dell'immaginefunction popUp(path) {// dimensioni della finestra_width=1024;_height=1024;// apre la popwpop=window.open('', 'wpop', 'scrollbars=yes, toolbars=no, menubar=no, width='+_width+', height='+_height);wpop.document.close();// scrive il documento htmlwpop.document.write('<html>');wpop.document.write('<head>');wpop.document.write('<title>Sculture su Vetro</title>');wpop.document.write('<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">');wpop.document.write('<script language="javascript">');wpop.document.write('  function res() {');wpop.document.write('   window.resizeTo(document.images["pict"].width+10, document.images["pict"].height+30);');wpop.document.write('  }');wpop.document.write('<\/script>');wpop.document.write('</head>');wpop.document.write('');wpop.document.write('<body bgcolor="#CCCCCC" text="#000000" topmargin="0" leftmargin="0">');//wpop.document.write('<img src="'+path+'" width="1024" height="1024" onLoad="res();"> ');wpop.document.write('<img src="'+path+'" name="pict" onLoad="res();"> ');wpop.document.write('</body>');wpop.document.write('</html>');wpop.focus();	}//-->
//apre una popup di dimensioni arbitrariefunction popUp2(theUrl, Wwidth, Wheight) {	window.open(theUrl, 'wpop', 'scrollbars=no toolbars=no menubar=no width='+Wwidth+' height='+Wheight);}


function popUp3(pagina,larga,alta)
           {
           fin=window.open(pagina,"","top=100,left=100,width="+larga+",height="+alta);
           }

