//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();wpop.document.write('<html>');wpop.document.write('<head>');wpop.document.write('<title>Shape - Cad for Pocket Pc</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+'" name="pict" onLoad="res();"> ');wpop.document.write('</body>');wpop.document.write('</html>');wpop.focus();	}//-->
//apre una popup di dimensioni varie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);
           }
