
 
 function OpenTecnica(pPage)
	{
	  window.open(pPage,'popup','width=500,height=500,scrollbars=yes,resizable=yes');
	}

function OpenGallery(pPage)
	{
	  window.open(pPage,'popup','width=550,height=550,scrollbars=yes,resizable=yes');
	}

function MM_reloadPage(init) {  
	// al verificarsi del resize di netscape 4.x,
	// effettuo il reload (brutto ma altrimenti nn4 si perde diverse cose)
	
  if (init==true) 
	with (navigator) 
	{
		if ((appName=="Netscape")&&(parseInt(appVersion)==4)) 
			{
				document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; 
			}
	}
		
   else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
		
		
	}

MM_reloadPage(true);
