
/*	menu.js													*/

/*	Versione 05/03/2009											*/

/*	Directory: root_pug/struttura_didattica/Psicologia		*/

/*	----------------------------------------------------	*/

	gl_livello = 2;
	gl_path = path_relativo(gl_livello);
	gl_dir_banner = "zz1_banner/psicologia/";
	gl_directory_hp = "index.php";
	gl_col = 3;
	gl_dir_lingue = "off";		
	
/*	----------------------------------------------------	*/
	
/*	Definizione del menu di navigazione verticale		*/

	menu_nav_v = "on";
	
/*	Menu verticale in italiano	*/

	menu_v_it[0] = new Array("Docenti",  gl_path + "Prof/selezione_docente_it.php?air_UD=9");
	menu_v_it[1] = new Array("Corsi",    gl_path + "corso/selezione_corso_it.php?air_UD=9");

	menu_v_it[2] = new Array("Facoltą di Teologia", 					gl_path + "struttura_didattica/Teologia/index.php");
	menu_v_it[3] = new Array("Facoltą di Diritto Canonico", 			gl_path + "struttura_didattica/Teologia/index.php");
	menu_v_it[4] = new Array("Facoltą di Filosofia", 					gl_path + "struttura_didattica/filosofia/index.php");
	menu_v_it[5] = new Array("Facoltą di Storia e Beni Culturali della Chiesa", 		gl_path + "struttura_didattica/Storia/index.php");
	menu_v_it[6] = new Array("Facoltą di Missiologia",					gl_path + "struttura_didattica/Missiologia/index.php")
	menu_v_it[7] = new Array("Facoltą di Scienze Sociali", 				gl_path + "struttura_didattica/Scienze_sociali/index.php");
	
	menu_v_it[8] = new Array("Istituto di Spiritualitą",					gl_path + "struttura_didattica/Spiritualita/index.php");
	menu_v_it[9] = new Array("Istituto di Psicologia",					"index.php");
	menu_v_it[10] = new Array("Istituto di Studi Interdisciplinari su Religioni e Culture", gl_path + "struttura_didattica/ISIRC/index.php");
	
	menu_v_it[11] = new Array("Centro Interdisciplinare sulla Comunicazione Sociale", 	gl_path + "struttura_didattica/CICS/index.php");
	menu_v_it[12] = new Array("Centro Interdisciplinare per la formazione dei formatori al sacerdozio",	gl_path + "struttura_didattica/CIFS/index.php");
	menu_v_it[13] = new Array("Centro &#039;Cardinal Bea&#039; per gli Studi Giudaici", 			gl_path + "Judaicstudies/default.htm");
	menu_v_it[14] = new Array("Laikos - Itinerario Formativo", 				gl_path + "struttura_didattica/Laikos/index.php");
	

	menu_v_it[15] = new Array("Biblioteca", gl_path + "Newbiblio/index.php");
	menu_v_it[16] = new Array("Archivio Storico", gl_path + "Archivio/index.htm");
	
	menu_v_it[17] = new Array("Pubblicazioni", 		gl_path + "Univ/pubblicazioni/index.htm");
	menu_v_it[18] = new Array("Argomenti e difese dottorali",		gl_path + "zz1_aspnet/ricerca_argomenti.aspx");
	
	menu_v_it[19] = new Array("Rivista La Gregoriana", 	gl_path + "LaGregoriana/index.htm");
	menu_v_it[20] = new Array("Pastorale Universitaria", 	gl_path + "Pastorale/index.htm");

	menu_v_it[21] = new Array("Eventi", 			gl_path + "Univ/eventi/index.htm");
	menu_v_it[22] = new Array("Contatti", 			gl_path + "Univ/contatti/contatti_it.html");	
	menu_v_it[23] = new Array("Orario ricevimento", 	gl_path + "Univ/contatti/orario_ricevimento_it.html");
	menu_v_it[24] = new Array("Contatta l&#039;Universitą",	gl_path + "Univ/contact/contattaci_it.html");	

/*	Menu verticale in inglese	*/

	menu_v_en[0] = new Array("Professors",	gl_path + "Prof/selezione_docente_en.php?air_UD=9");
	menu_v_en[1] = new Array("Courses", 	gl_path + "corso/selezione_corso_en.php?air_UD=9");
	
	menu_v_en[2] = new Array("Faculty of Theology", 							gl_path + "struttura_didattica/Teologia/index.php");
	menu_v_en[3] = new Array("Faculty of Canon Law", 							gl_path + "struttura_didattica/Teologia/index.php");
	menu_v_en[4] = new Array("Faculty of Philosophy", 		gl_path + "struttura_didattica/filosofia/index.php");
	menu_v_en[5] = new Array("Faculty of the History and Cultural Patrimony of the Church", gl_path + "struttura_didattica/Storia/index.php");
	menu_v_en[6] = new Array("Faculty of Missiology",							gl_path + "struttura_didattica/Missiologia/index.php")
	menu_v_en[7] = new Array("Faculty of Social Sciences", 					gl_path + "struttura_didattica/Scienze_sociali/index.php");
	
	menu_v_en[8] = new Array("Institute of Spirituality",							gl_path + "struttura_didattica/Spiritualita/index.php")
	menu_v_en[9] = new Array("Institute of Psychology",							"index.php");
	menu_v_en[10] = new Array("Institute for Interdisciplinary Studies of Religions and Cultures", 	gl_path + "struttura_didattica/ISIRC/index.php");
	
	menu_v_en[11] = new Array("Interdisciplinary Centre for Social Communications", gl_path + "struttura_didattica/CICS/index_en.php");
	menu_v_en[12] = new Array("Interdisciplinary Centre for the Formators Toward the Priesthood",		gl_path + "struttura_didattica/CIFS/index.php");
	menu_v_en[13] = new Array("&#039;Cardinal Bea&#039; Centre for Judaic Studies", 			gl_path + "Judaicstudies/default.htm");
	menu_v_en[14] = new Array("Laikos - Christian Life and Public Ethics", 					gl_path + "struttura_didattica/Laikos/index.php");
	
	menu_v_en[15] = new Array("Library", gl_path + "Newbiblio/index_en.php");
	menu_v_en[16] = new Array("History Archives", gl_path + "Archivio/index.htm");
		
	menu_v_en[17] = new Array("Publications", 			gl_path + "Univ/pubblicazioni/index_en.htm");
	menu_v_en[18] = new Array("Doctoral Dissertations and Subjects", 	gl_path + "zz1_aspnet/ricerca_argomenti.aspx");

	menu_v_en[19] = new Array("La Gregoriana Magazine", 		gl_path + "LaGregoriana/index.htm");
	menu_v_en[20] = new Array("University Ministry", 		gl_path + "Pastorale/index.htm");
	
	menu_v_en[21] = new Array("Events calendar", 			gl_path + "Univ/eventi/index.htm");
	menu_v_en[22] = new Array("Directory", gl_path + "Univ/contatti/contatti_en.html");	
	menu_v_en[23] = new Array("Office Hours", gl_path + "Univ/contatti/orario_ricevimento_en.html");
	menu_v_en[24] = new Array("Contact us", 			gl_path + "Univ/contact/contattaci_en.html");
	
/*	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("Unitą didattiche", gl_path + "struttura_didattica/index.htm", 2, 14);
	menu_v_sezione_it[3] = new Array("", "#", -1, -1);
	
	menu_v_sezione_it[4] = new Array("Studi e ricerca", "#", 15, 18);
	menu_v_sezione_it[5] = new Array("", "#", -1, -1);
	
	menu_v_sezione_it[6] = new Array("Risorse", "#", 19, 20);
	menu_v_sezione_it[7] = new Array("", "#", -1, -1);
	
	menu_v_sezione_it[8] = new Array("Informazioni", "#", 21, 24);
	menu_v_sezione_it[9] = new Array("", "#", -1, -1);
	
	menu_v_sezione_it[10] = new Array("Accesso veloce ai contenuti", gl_path + "sito/sito_2/accesso_veloce_it.html", -1, -1);
	menu_v_sezione_it[11] = new Array("", "#", -1, -1);
	
	menu_v_sezione_it[12] = 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("Academic Units", gl_path + "struttura_didattica/index.htm", 2, 14);
	menu_v_sezione_en[3] = new Array("", "#", -1, -1);
	
	menu_v_sezione_en[4] = new Array("Research and Study", "#", 15, 18);
	menu_v_sezione_en[5] = new Array("", "#", -1, -1);
	
	menu_v_sezione_en[6] = new Array("Resources", "#", 19, 20);
	menu_v_sezione_en[7] = new Array("", "#", -1, -1);
	
	menu_v_sezione_en[8] = new Array("Information", "#", 21, 24);
	menu_v_sezione_en[9] = new Array("", "#", -1, -1);
	
	menu_v_sezione_en[10] = new Array("Quick Clicks Help", gl_path + "sito/sito_2/accesso_veloce_en.html", -1, -1);
	menu_v_sezione_en[11] = new Array("", "#", -1, -1);
	
	menu_v_sezione_en[12] = new Array("Previous page", "javascript:history.back();", -1, -1, "alt1");	

	menu_test = 1;	/*	Non modificare questa istruzione			*/
	
/*	--------------- INIZIO SEZIONE PERSONALIZZAZIONI -------------------------	*/

/*	3. Tabella aree sensibili	--------------------------------------------	*/

/*	4. Archivio fotografico / vignette  ----------------------------------------	*/

/*	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++	*/