
/*	menu.js													*/

/*	Versione 26/06/2010										*/

/*	Directory: AiR	[Home Page]								*/

/*	----------------------------------------------------	*/

	gl_livello = 0;
	gl_path = path_relativo(gl_livello);
	gl_dir_banner = "zz1_banner/";
	gl_directory_hp = "index.html";
	gl_col = 2;

/*	----------------------------------------------------	*/

/*	Definizione del menu di navigazione verticale			*/

	menu_nav_v = "on";
	
/*	Menu verticale in italiano	*/

	menu_v_it[0] = new Array("Home",  		"index.html");
	menu_v_it[1] = new Array("Portfolio",	"Portfolio/index.html");
	menu_v_it[2] = new Array("Servizi professionali", 	"Servizi/index.html");
	menu_v_it[3] = new Array("Risorse", 	"Repository/index.html");
	menu_v_it[4] = new Array("Profilo",		"Profilo/index.html");
	menu_v_it[5] = new Array("Area Clienti","Servizio/area_clienti_it.html");
	menu_v_it[6] = new Array("Perché <em>Ananiainrete.it</em>",	gl_path + "Servizio/perche_it.html");
	menu_v_it[7] = new Array("Per contattarmi",	gl_path + "Servizio/contatto_generico_it.html");
		
	menu_test = 1;	/*	Non modificare questa istruzione						*/
	
/*	--------------- INIZIO SEZIONE PERSONALIZZAZIONI -------------------------	*/

