
/*	menu.js													*/

/*	Versione 27/06/2010										*/

/*	Directory: AiR/doca/									*/

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

	gl_livello = 1;
	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",  					gl_path + "index.html");
	menu_v_it[1] = new Array("Portfolio",				gl_path + "Portfolio/index.html");
	menu_v_it[2] = new Array("Servizi professionali", 	gl_path + "Servizi/index.html");		
	menu_v_it[3] = new Array("Risorse", 				gl_path + "Repository/index.html");
	menu_v_it[4] = new Array("Profilo",					gl_path + "Profilo/index.html");
	menu_v_it[5] = new Array("Area Clienti",			gl_path + "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 -------------------------	*/

