var myMenu =
[
	[null, 'home', 'index.php', null, null],
	[null, 'servizi', 'servizi.php', null, null],
	[null, 'prodotti', null, null, null,
		[null, 'Registrazione domini', 'registrazione_domini.php', null, null],
		[null, 'Hosting base', 'hosting.php', null, null],
		[null, 'Hosting advance', 'hosting.php', null, null]
	],
	[null, 'contattaci', 'sitemap.php', null, null],
];

function abre(loco,ancho,alto,barrita){
prop='statusbar=no,scrollbars='+barrita+',height='+alto+',width='+ancho;
window.open(loco, "",'\"'+prop+'\"');

}