
	function pop2(pag2) {
	if(screen.availHeight < 480 || screen.availWidth < 640)
		{window.alert('sorry, you need a higher resolution to view this site'); }
	else
		{ axWindow = window.open(pag2,"News","toolbar=no,resizable=no,scrollbars=no,width=478,height=485");

		  axWindow.moveTo(0,0);
		  axWindow.focus(); }
	}

	function popCustom(str,w,h) {
	if(screen.availHeight < 480 || screen.availWidth < 640)
		{window.alert('sorry, you need a higher resolution to view this site'); }
	else
		{
		  axWindow=window.open('','Saturn','toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=yes,copyhistory=no,width='+w+',height='+h);
		  doc=axWindow.document;
		  path=str;
		  htm='<html><head><TITLE>Saturn</TITLE></head><body bgcolor=#1050a8 leftmargin=0 marginwidth=0 topmargin=0 marginheight=0><p><img src='+path+' border=0></p></body><head><META HTTP-EQUIV="expires" CONTENT="Sun, 01 Jan 2000 01:10:00 GMT"></head></html>';
		  doc.write(htm);
		  doc.close();
		  axWindow.moveTo(0,0);
		  axWindow.focus();
		}


	}

	function popUrl(str,w,h) {
	if(screen.availHeight < 480 || screen.availWidth < 640)
		{window.alert('sorry, you need a higher resolution to view this site'); }
	else
		{
		  axWindow=window.open(str,'Saturn','toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=yes,copyhistory=no,width='+w+',height='+h);


		  axWindow.moveTo(0,0);
		  axWindow.focus();
		}


}

//queste sono state prese dalla index.jsp
//get client screen resolution and set up global variables
	var axWindow;
	var axHeight = (screen.availHeight-520)/2;
	var axWidth = (screen.availWidth-750)/2;

	function pop(pag) {
	if(screen.availHeight < 480 || screen.availWidth < 640)
		{window.alert('sorry, you need a higher resolution to view this site'); }
	else
		{ axWindow = window.open('/webapp/wsh/command/site/PartnerVisit?site=29&partner=10&banner=' + pag + '&url=/command/site/ShowPage%3fndname%3d'+pag,'Prodotti','toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=no,copyhistory=no,width=624,height=440');

		  axWindow.moveTo(0,0);
		  axWindow.focus(); }
	}




	function pop3(pag3) {
	if(screen.availHeight < 480 || screen.availWidth < 640)
		{window.alert('sorry, you need a higher resolution to view this site'); }
	else
		{ axWindow = window.open(pag3,"news","toolbar=no,resizable=no,scrollbars=yes,width=450,height=300");

		  axWindow.moveTo(0,0);
		  axWindow.focus(); }
	}


	function popnews(pag) {
	if(screen.availHeight < 480 || screen.availWidth < 640) 
		{window.alert('sorry, you need a higher resolution to view this site'); }
	else
		{ axWindow = window.open(pag,"News","toolbar=no,resizable=no,scrollbars=yes,width=450,height=300");

		  axWindow.moveTo(0,0);
		  axWindow.focus(); }
	}

	function popImg(str,w,h) {
	if(screen.availHeight < 480 || screen.availWidth < 640)
		{window.alert('sorry, you need a higher resolution to view this site'); }
	else
		{
		  axWindow=window.open('','Prodotti','toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=yes,copyhistory=no,width='+w+',height='+h);
		  doc=axWindow.document;
		  path='<img src=/saturn/images/'+str+'>';
		  htm='<html><head><TITLE>Saturn</TITLE></head><body bgcolor=#1050a8 leftmargin=0 marginwidth=0 topmargin=0 marginheight=0><p>'+path+'</p></body><head><META HTTP-EQUIV="expires" CONTENT="Sun, 01 Jan 2000 01:10:00 GMT"></head></html>';
		  doc.write(htm);
		  doc.close();
		  axWindow.moveTo(0,0);
		  axWindow.focus();
		}


	}
