//----//


function resizeWin(newLoc, newHeight, newWidth)

{

	newWin = open(newLoc,"newWin","height=" + newHeight + ",width=" + newWidth);

	if (newWin != null && window.focus != null)

		{	newWin.focus();	}

}

<!--

function accesso(){ 
var pa=window.open('pw.htm','Check','toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes');

pa.maindoc = self.document; 
}



//-->

<!--

function windowsgaranzia(){ 
var pa=window.open('garanzia.htm','Check','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes');

pa.maindoc = self.document; 
}

function fullwin(theURL){
window.open(theURL,"cat","fullscreen, scrollbars, status=yes");
}





 function NewWindow(mypage, myname, w, h, scroll) {
              var winl = (screen.width - w) / 2;
              var wint = (screen.height - h) / 2;
              winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',noscrollbars='+scroll+',noresizable'
              win = window.open(mypage, myname, winprops)
              if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
              }


//-->
