<!-- Start Text -->
var newwin;


var l = screen.width;
var a = screen.height;
dim_x = 500
dim_y = 400


	function zoom(variabile,dim_x,dim_y){
	
	w=window.open("","aa","location=no,menubar=no,status=no,toolbar=no,scrollbars=yes,width=540,height=350");
       w.focus();
       w.moveTo(0,0)        

		 w.document.writeln("<head>"+
        "<title>zoom</title>"+
"<style type='text/css'>"+

"a {font-family:verdana,arial;font-size:10px;color:#505050;text-decoration:none}"+

"a:hover {font-family:verdana,arial;font-size:10px;color:#ff0000;text-decoration:none}"+

"</style>"+
        "</head>"+

"<body bgcolor='#ffffff' marginwidth='0' marginheight='0' leftmargin='0' topmargin='0'>"+
"<table>"+
"<tr>"+
       "<td><img src='"+variabile+"' border='0'></td>"+
"</tr>"+
"<tr>"+
       "<td align='right'><a href='javascript:window.print()'>stampa</a> | <a href='javascript:window.close()'>[x]close</a></td>"+
"</tr>"+
"</table>"+

"</body>");

w.document.close();


}


	function zoom1(variabile){
	
	w=window.open("","aa","location=no,menubar=no,status=no,toolbar=no,scrollbars=no,width=730,height=100");
       w.focus();
       w.moveTo(0,0)        

		 w.document.writeln("<head>"+
        "<title>zoom</title>"+
"<style type='text/css'>"+

"a {font-family:verdana,arial;font-size:10px;color:#505050;text-decoration:none}"+

"a:hover {font-family:verdana,arial;font-size:10px;color:#ff0000;text-decoration:none}"+

"</style>"+
        "</head>"+

"<body bgcolor='#ffffff' marginwidth='0' marginheight='0' leftmargin='0' topmargin='0'>"+
"<table>"+
"<tr>"+
       "<td><img src='"+variabile+"' border='0'></td>"+
"</tr>"+
"<tr>"+
       "<td align='right'><a href='javascript:window.print()'>stampa</a> | <a href='javascript:window.close()'>[x]close</a></td>"+
"</tr>"+
"</table>"+

"</body>");

w.document.close();


}



	function zoom2(variabile,nome,prezzo){
	
	  w=window.open("","aa","location=no,menubar=no,status=no,toolbar=no,scrollbars=yes,width=260,height=550");
	//w=window.open("","aa","location=no,menubar=no,status=no,toolbar=no,scrollbars=yes,width=730,height=100");
       w.focus();
       w.moveTo(0,0)        

		 w.document.writeln("<head>"+
        "<title>zoom</title>"+
"<style type='text/css'>"+

"a {font-family:verdana,arial;font-size:10px;color:#505050;text-decoration:none}"+

"a:hover {font-family:verdana,arial;font-size:10px;color:#ff0000;text-decoration:none}"+

".testo {  color: #003333; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }"+

"</style>"+
        "</head>"+

"<body bgcolor='#f8f1bd' marginwidth='0' marginheight='0' leftmargin='0' topmargin='0'>"+
"<table>"+
"<tr>"+
       "<td><img src='"+variabile+"' border='0'></td>"+
"</tr>"+
"<tr>"+
       "<td class='testo'>rif: <b>"+nome+"</b>&nbsp;&nbsp;|&nbsp;&nbsp;prezzo: <b>"+prezzo+"</b>&nbsp;&nbsp;|&nbsp;&nbsp;<a href='javascript:window.print()'>stampa</a> | <a href='javascript:window.close()'>[x]close</a></td>"+
"</tr>"+
"</table>"+

"</body>");

w.document.close();


}



	function ecom(rif){
	m=window.open("http://www.rogaibiliardi.it/cgi-bin/carrello.cgi?riferimento="+rif+"&comando=aggiungi","uu","location=no,menubar=no,status=no,toolbar=no,scrollbars=yes,width=600,height=394");
      m.focus(); 
	   
                }


