
/*	menu.js													*/

/*	Versione 06/04/2011										*/

/*	Directory: root_pug/Univ/eventi							*/

/*	----------------------------------------------------	*/

	gl_livello = 2;
	gl_path = path_relativo(gl_livello);
	gl_dir_banner = "zz1_banner/standard/";
	gl_directory_hp = "index.php";
	gl_col = 2;		
	
/*	----------------------------------------------------	*/

/*	Definizione del menu di navigazione verticale			*/

	menu_nav_v = "on";
	
/*	Menu verticale in italiano	*/

	menu_v_it[0] = new Array("Docenti", gl_path + "Prof/fmw/framework_it.php?adg_utente=unknown&adg_pgm=201");
	menu_v_it[1] = new Array("Corsi", gl_path + "Prof/fmw/framework_it.php?adg_utente=unknown&adg_pgm=202");
	
	menu_v_it[2] = new Array("Biblioteca", 			gl_path + "Newbiblio/index.php");
	menu_v_it[3] = new Array("Archivio Storico", 	gl_path + "Archivio/index.php");
	
	menu_v_it[4] = new Array("Pubblicazioni", 			gl_path + "Univ/pubblicazioni/index.htm");
	menu_v_it[5] = new Array("Argomenti e difese dottorali", gl_path + "Studenti/argomenti_difese_it.php");
	
	menu_v_it[6] = new Array("Periodico La Gregoriana", 	gl_path + "LaGregoriana/index.php");
	menu_v_it[7] = new Array("Cappellania Universitaria", gl_path + "Cappellania/index.php");

	menu_v_it[8] = new Array("Eventi", "index.php");
	menu_v_it[9] = new Array("Contatti", gl_path + "Univ/contatti/contatti_it.php");	
	menu_v_it[10] = new Array("Orario ricevimento", gl_path + "Univ/contatti/orario_ricevimento_it.php");
	menu_v_it[11] = new Array("Contatta l&#039;Università",	gl_path + "Univ/contact/contatta_universita_it.php");	
		
/*	Menu verticale in inglese	*/

	menu_v_en[0] = new Array("Professors", gl_path + "Prof/fmw/framework_en.php?adg_utente=unknown&adg_pgm=201");
	menu_v_en[1] = new Array("Courses", gl_path + "Prof/fmw/framework_en.php?adg_utente=unknown&adg_pgm=202");

	menu_v_en[2] = new Array("Library", gl_path + "Newbiblio/index_en.php");
	menu_v_en[3] = new Array("History Archives", gl_path + "Archivio/index_en.php");
		
	menu_v_en[4] = new Array("Publications", gl_path + "Univ/pubblicazioni/index_en.htm");
	menu_v_en[5] = new Array("Doctoral Dissertations and Subjects", gl_path + "Studenti/argomenti_difese_en.php");

	menu_v_en[6] = new Array("La Gregoriana Magazine", 	gl_path + "LaGregoriana/index_en.php");
	menu_v_en[7] = new Array("University Ministry", gl_path + "Cappellania/index_en.php");
	
	menu_v_en[8] = new Array("Events calendar", "index_en.php");
	menu_v_en[9] = new Array("Directory", gl_path + "Univ/contatti/contatti_en.php");	
	menu_v_en[10] = new Array("Office Hours", gl_path + "Univ/contatti/orario_ricevimento_en.php");
	menu_v_en[11] = new Array("Contact us", gl_path + "Univ/contact/contatta_universita_en.php");


/*	Sezioni in italiano	*/
/*	-------------------	*/

	menu_v_sezione_it[0] = new Array("Didattica", "#", 0, 1);
	menu_v_sezione_it[1] = new Array("", "#", -1, -1);
	
	menu_v_sezione_it[2] = new Array("Studi e ricerca", "#", 2, 5);
	menu_v_sezione_it[3] = new Array("", "#", -1, -1);
	
	menu_v_sezione_it[4] = new Array("Risorse", "#", 6, 7);
	menu_v_sezione_it[5] = new Array("", "#", -1, -1);
	
	menu_v_sezione_it[6] = new Array("Informazioni", "#", 8, 11);
	menu_v_sezione_it[7] = new Array("", "#", -1, -1);
	
	menu_v_sezione_it[8] = new Array("Accesso veloce ai contenuti", gl_path + "sito/sito_2/accesso_veloce_it.php", -1, -1);
	menu_v_sezione_it[9] = new Array("", "#", -1, -1);
	
	menu_v_sezione_it[10] = new Array("Pagina precedente", "javascript:history.back();", -1, -1, "alt1");	
	
/*	Sezioni in inglese	*/
/*	------------------	*/

	menu_v_sezione_en[0] = new Array("Course Information", "#", 0, 1);
	menu_v_sezione_en[1] = new Array("", "#", -1, -1);
	
	menu_v_sezione_en[2] = new Array("Research and Study", "#", 2, 5);
	menu_v_sezione_en[3] = new Array("", "#", -1, -1);
	
	menu_v_sezione_en[4] = new Array("Resources", "#", 6, 7);
	menu_v_sezione_en[5] = new Array("", "#", -1, -1);
	
	menu_v_sezione_en[6] = new Array("Information", "#", 8, 11);	
	menu_v_sezione_en[7] = new Array("", "#", -1, -1);
	
	menu_v_sezione_en[8] = new Array("Quick Clicks Help", gl_path + "sito/sito_2/accesso_veloce_en.php", -1, -1);
	menu_v_sezione_en[9] = new Array("", "#", -1, -1);
	
	menu_v_sezione_en[10] = new Array("Previous page", "javascript:history.back();", -1, -1, "alt1");	

	menu_test = 1;	/*	Non modificare questa istruzione						*/
	
/*	--------------- INIZIO SEZIONE PERSONALIZZAZIONI -------------------------	*/

/*	1. Personalizzazione tabella Master											*/



