
/*	File definition.js - root_pug				*/

/*	Versione 23-01-2012							*/

/*	----------------------------------------	*/

	gl_nome_hp = "index.php";
	gl_nome_layout = "layout_pug_";
	gl_max_dim [0] = "null";
	gl_max_dim [1] = new Array(760, 984, 1235, 1352, 1548);	/* Layout PUG monolitico */
	gl_max_dim [2] = new Array(550, 774, 1024, 1142, 1338);	/* Layout PUG 2 colonne	 */
	gl_max_dim [3] = new Array(380, 604,  855,  972, 1168);	/* Layout PUG 3 colonne	 */	
	
/*	----------------------------------------	*/

	banner_alt[0] = null;
	banner_alt[1] = "Pontificia Università Gregoriana - Home Page";
	banner_alt[2] = "Pontifical Gregorian University - Home Page";
	banner_alt[3] = "";
	banner_alt[4] = "Pontificia Universidad Gregoriana - Home Page";
	banner_alt[5] = "";
	banner_alt[6] = "Päpstliche Universität Gregoriana - Home Page";
	
	gl_use_map_top[0] = "y";
	gl_use_map_top[1] = new Array("0","0","0","0","0");
	gl_use_map_top[2] = new Array("0","0","0","0","0");
	gl_use_map_top[3] = new Array("77","99","124","136","155");
	gl_use_map_top[4] = new Array("77","99","124","136","155");
	
	gl_use_map_bottom[0] = "y";
	gl_use_map_bottom[1] = new Array("0","0","0","0","0");
	gl_use_map_bottom[2] = new Array("78","100","125","137","156");
	gl_use_map_bottom[3] = new Array("78","100","125","137","156");
	gl_use_map_bottom[4] = new Array("104","133","166","182","208");
	
/*	----------------------------------------	*/

/*	Sezione lingue					*/
	
	menu_lingua[0] = 1;	/* 1 = Italiano	*/
	menu_lingua[1] = 2;	/* 2 = English	*/

/*	----------------------------------------	*/

	menu_nav_o = "on";
	menu_nav_o_mod = "dir";

/*	Menu orizzontale in italiano	*/

	menu_o_it[0] = new Array("Home", 			"home_page_it.php", "op");
	menu_o_it[1] = new Array("Offerta formativa", "Univ/of/index.php", "op");
	menu_o_it[2] = new Array("Studenti", 		"Studenti/index.php", "op");
	menu_o_it[3] = new Array("Unità Accademiche", "struttura_didattica/index.php", "op");
	menu_o_it[4] = new Array("Servizi online", 	"Univ/servizi_online_it.php", "op");
	menu_o_it[5] = new Array("Università", 		"Univ/index.php", "op");
	menu_o_it[6] = new Array("Ex-studenti", 	"Univ/Alumni/index.php", "op");
	
/*	Menu orizzontale in inglese	*/

	menu_o_en[0] = new Array("Home", 			"home_page_en.php", "op");
	menu_o_en[1] = new Array("Offerings", 		"Univ/of/index_en.php", "op");
	menu_o_en[2] = new Array("Students", 		"Studenti/index_en.php", "op");
	menu_o_en[3] = new Array("Academic Units", 	"struttura_didattica/index_en.php", "op");
	menu_o_en[4] = new Array("Online services", "Univ/servizi_online_en.php", "op");
	menu_o_en[5] = new Array("About us", 		"Univ/index_en.php", "op");
	menu_o_en[6] = new Array("Alumni/ae", 		"Univ/Alumni/index_en.php", "op");
	
/*	Menu orizzontale in spagnolo	*/

	menu_o_sp[0] = new Array("Home", 			"home_page_en.php", "op");
	menu_o_sp[1] = new Array("Oferta formativa", 	"Univ/of/index.php", "op");
	menu_o_sp[2] = new Array("Estudiantes", 		"Studenti/index.php", "op");
	menu_o_sp[3] = new Array("Estructura Académica", "struttura_didattica/index.php", "op");
	menu_o_sp[4] = new Array("Servicios online", 	"Univ/servizi_online_it.php", "op");
	menu_o_sp[5] = new Array("Quiénes somos", 	"Univ/index.php", "op");
	menu_o_sp[6] = new Array("Antiguos alumnos", "Univ/Alumni/index.php", "op");
	
/*	Menu orizzontale in tedesco	*/

	menu_o_de[0] = new Array("Home", 			"home_page_en.php", "op");
	menu_o_de[1] = new Array("Bildungsangebot", 		"Univ/of/index_en.php", "op");
	menu_o_de[2] = new Array("Studenten", 		"Studenti/index_en.php", "op");
	menu_o_de[3] = new Array("Fachbereiche", 	"struttura_didattica/index_en.php", "op");
	menu_o_de[4] = new Array("Online-Dienste", "Univ/servizi_online_en.php", "op");
	menu_o_de[5] = new Array("Über uns", 		"Univ/index_en.php", "op");
	menu_o_de[6] = new Array("Ehemalige Studenten", 		"Univ/Alumni/index_en.php", "op");

	gl_search = "";	/* not yet defined	*/
	
/*	----------------------------------------	*/

	menu_nav_v_bullet = "if";
	
/*	----------------------------------------	*/
	
	def_test = 1;	/*	Non modificare questa istruzione	*/
	
