<head>
<script language="javascript"
src="z.files/senter.js"
</script>
</head>

<body onLoad="OpenNew('http://www.grillini.it');">



<!-- Inizio

function OpenNew(str) { 

larg=300; 
alt=500; 

toptop=(screen.height/2)-(alt/2); 
leftleft=(screen.width/2)-(larg/2); 

searchWin = window.open(str,'','top='+toptop+',left='+leftleft+',width='+larg+',height='+alt+',scrollbars=yes,status=no,location=no,toolbar=no'); 

} 
// -->
