var myMenu =
[
	[null, 'Home', 'http://www.gnoky.org', null, null],
	[null, 'Segnala il tuo sito', 'http://www.gnoky.org/promozionare_sitoweb.php', null, null],
	[null, 'Super Directory', '/italia_directory.php', null, null],
	[null, 'Contattaci', 'http://www.gnoky.org/contattaci.php', null, null],
	[null, 'Tools', null, null, null,
		[null, 'Registrazione domini', 'http://www.auyama.it/registrazione_domini.php', null, null],
		[null, 'Hosting base', 'http://www.auyama.it/hosting.php', null, null],
		[null, 'Hosting advanced', 'http://www.auyama.it/hosting.php', null, null]
	],
	
	
	[null, 'tools esterni', null, null, null,
		[null, 'Whois', 'http://www.noip.it', null, null],
		[null, 'Hosting', 'http://www.auyama.it', null, null],
		[null, 'Qual\'è il mio IP ?', 'http://www.awebip.info', null, null],
		[null, 'ADSL Speed test', 'http://www.speedtest.net', null, null]
		
	],
	[null, 'Il network', 'http://www.gnoky.org/network.php', null, null],
	[null, 'Siti amici', 'http://www.gnoky.org/siti_amici.php', null, null],
	[null, 'Sitemap', 'http://www.gnoky.org/site_map.php', null, null],
];

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

}
