/***********************************************
*	(c) Ger Versluis 2000 version 9.10 14 October 2002        *
*	You may use this script on non commercial sites.	          *
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
************************************************/
	var NoOffFirstLineMenus=5;			// Number of main menu  items
						// Colorvariables:
						// Color variables take HTML predefined color names or "#rrggbb" strings
						//For transparency make colors and border color ""
	var LowBgColor="#003994";			// Background color when mouse is not over
	var HighBgColor="#4477aa";			// Background color when mouse is over
	var FontLowColor="white";			// Font color when mouse is not over
	var FontHighColor="white";			// Font color when mouse is over
	var BorderColor="#8EB1D9";			// Border color
	var BorderWidthMain=1;			// Border width main items
	var BorderWidthSub=1;			// Border width sub items
 	var BorderBtwnMain=0;			// Border between elements main items 1 or 0
	var BorderBtwnSub=0;			// Border between elements sub items 1 or 0
	var FontFamily="arial, helvetica, sans-serif";	// Font family menu items
	var FontSize=9;				// Font size menu items
	var FontBold=1;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered="left";		// Item text position left, center or right
	var MenuCentered="left";			// Menu horizontal position can be: left, center, right, justify,
						//  leftjustify, centerjustify or rightjustify. PartOfWindow determines part of window to use
	var MenuVerticalCentered="top";		// Menu vertical position top, middle,bottom or static
	var ChildOverlap=.1;			// horizontal overlap child/ parent
	var ChildVerticalOverlap=.1;			// vertical overlap child/ parent
	var StartTop=0;				// Menu offset x coordinate. If StartTop is between 0 and 1 StartTop is calculated as part of windowheight
	var StartLeft=169;				// Menu offset y coordinate. If StartLeft is between 0 and 1 StartLeft is calculated as part of windowheight
	var VerCorrect=5;				// Multiple frames y correction
	var HorCorrect=10;				// Multiple frames x correction
	var LeftPaddng=5;				// Left padding
	var TopPaddng=3;				// Top padding
	var FirstLineHorizontal=1;			// First level items layout horizontal 1 or 0
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var UnfoldDelay=100;			// delay before sub unfolds	
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame="";			// Frame where first level appears
	var SecLineFrame="";			// Frame where sub levels appear
	var DocTargetFrame="";			// Frame where target documents appear
	var TargetLoc="ML";				// span id for relative positioning
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var BottomUp=0;				// enables/ disables Bottom up unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var BaseHref="";					// Cobai
	var ImgHref="/COBAI/immagini/";				// BaseHref lets you specify the root directory for relative links. 
	var Arrws=[BaseHref+ImgHref+"freccia.gif",11,13,BaseHref+ImgHref+"freccia.gif",11,13,BaseHref+ImgHref+"freccia.gif",11,13,BaseHref+ImgHref+"freccia.gif",11,13];

						// Arrow source, width and height.
						// If arrow images are not needed keep source ""

	var MenuUsesFrames=0;			// MenuUsesFrames is only 0 when Main menu, submenus,
						// document targets and script are in the same frame.
						// In all other cases it must be 1

	var RememberStatus=0;			// RememberStatus: When set to 1, menu unfolds to the presetted menu item. 
						// When set to 2 only the relevant main item stays highligthed
						// The preset is done by setting a variable in the head section of the target document.
						// <head>
						//	<script type="text/javascript">var SetMenu="2_2_1";
						// </head>
						// 2_2_1 represents the menu item Menu2_2_1=new Array(.......
	var PartOfWindow=.8;			// PartOfWindow: When MenuCentered is justify, sets part of window width to stretch to

						// Below some pretty useless effects, since only IE6+ supports them
						// I provided 3 effects: MenuSlide, MenuShadow and MenuOpacity
						// If you don't need MenuSlide just leave in the line var MenuSlide="";
						// delete the other MenuSlide statements
						// In general leave the MenuSlide you need in and delete the others.
						// Above is also valid for MenuShadow and MenuOpacity
						// You can also use other effects by specifying another filter for MenuShadow and MenuOpacity.
						// You can add more filters by concanating the strings
	var BuildOnDemand=0;			// 1/0 When set to 1 the sub menus are build when the parent is moused over
	var MenuSlide="";
	var MenuSlide="progid:DXImageTransform.Microsoft.RevealTrans(duration=.2, transition=19)";
//	var MenuSlide="progid:DXImageTransform.Microsoft.GradientWipe(duration=.2, wipeStyle=1)";

	var MenuShadow="";
//	var MenuShadow="progid:DXImageTransform.Microsoft.DropShadow(color=#000000, offX=1, offY=1, positive=1)";
//	var MenuShadow="progid:DXImageTransform.Microsoft.Shadow(color=#888888, direction=135, strength=3)";

	var MenuOpacity="";
	var MenuOpacity="progid:DXImageTransform.Microsoft.Alpha(opacity=80)";

	function BeforeStart(){return}
	function AfterBuild(){return}
	function BeforeFirstOpen(){return}
	function AfterCloseAll(){return}

// Menu tree:
// MenuX=new Array("ItemText","Link","background image",number of sub elements,height,width,"bgcolor","bghighcolor",
//	"fontcolor","fonthighcolor","bordercolor","fontfamily",fontsize,fontbold,fontitalic,"textalign","statustext");
// Color and font variables defined in the menu tree take precedence over the global variables
// Fontsize, fontbold and fontitalic are ignored when set to -1.
// For rollover images ItemText format is:  "rollover?"+BaseHref+"Image1.jpg?"+BaseHref+"Image2.jpg" 
Menu1=new Array("HOME","/COBAI/","",0,20,52,"","","","","","",-1,-1,-1,"","");

Menu2=new Array("CoBAI","/COBAI/pagine/chi_siamo.aspx","",4,20,62,"","","","","","",-1,-1,-1,"","COBAI");
Menu2_1=new Array("Chi siamo","/COBAI/pagine/chi_siamo.aspx","",0,20,140,"","","","","","",-1,-1,-1,"","");
Menu2_2=new Array("Le biblioteche","/COBAI/pagine/biblioteche.aspx","",3,20,140,"","","","","","",-1,-1,-1,"","");
	        Menu2_2_1=new Array("Le Biblioteche di Architettura","/COBAI/pagine/b_architettura.aspx","",0,20,180,"","","","","","",-1,-1,-1,"","");
	        Menu2_2_2=new Array("Le Biblioteche di Ingegneria","/COBAI/pagine/b_ingegneria.aspx","",0,20,120,"","","","","","",-1,-1,-1,"","");
	        Menu2_2_3=new Array("Le specializzazioni","","",2,20,120,"","","","","","",-1,-1,-1,"","");
			     Menu2_2_3_1=new Array("Indice analitico dei settori","/COBAI/pagine/i_settori.aspx","",0,20,160,"","","","","","",-1,-1,-1,"","");
			     Menu2_2_3_2=new Array("Indice delle biblioteche","/COBAI/pagine/i_biblioteche.aspx","",0,20,120,"","","","","","",-1,-1,-1,"","");
	Menu2_3=new Array("I bibliotecari","/COBAI/pagine/bibliotecari.aspx","",0,20,100,"","","","","","",-1,-1,-1,"","");
	Menu2_4=new Array("I Gruppi di lavoro","/COBAI/pagine/gruppi.aspx","",0,20,100,"","","","","","",-1,-1,-1,"","");
	
	
Menu3=new Array("AeI, biblioteca virtuale","/COBAI/pagine/ai.aspx","",6,20,152,"","","","","","",-1,-1,-1,"","VRD: AeI, biblioteca virtuale");
	Menu3_1=new Array("Architettura","/COBAI/pagine/architettura.aspx","",2,20,100,"","","","","","",-1,-1,-1,"","");
		    Menu3_1_1=new Array("Categorie","","",7,20,90,"","","","","","",-1,-1,-1,"","");
		                         Menu3_1_1_1=new Array("Banche dati","/COBAI/pagine/aei/ar_c_ba.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
		         		         Menu3_1_1_2=new Array("Enti","/COBAI/pagine/aei/ar_c_en.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
		         		         Menu3_1_1_3=new Array("Normativa","/COBAI/pagine/aei/ar_c_nor.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
		         		         Menu3_1_1_4=new Array("Risorse","/COBAI/pagine/aei/ar_c_ris.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
		         		         Menu3_1_1_5=new Array("Riviste","/COBAI/pagine/aei/ar_c_riv.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
                                 Menu3_1_1_6=new Array("Servizi","/COBAI/pagine/aei/ar_c_ser.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
                                 Menu3_1_1_7=new Array("Università","/COBAI/pagine/aei/ar_c_un.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");

			Menu3_1_2=new Array("Settori","","",7,20,90,"","","","","","",-1,-1,-1,"","");
					    		 Menu3_1_2_1=new Array("Archeologia","/COBAI/pagine/aei/ar_s_arc.htm","",0,20,115,"","","","","","",-1,-1,-1,"","");
		         		         Menu3_1_2_2=new Array("Progettazione","/COBAI/pagine/aei/ar_s_pro.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
		         		         Menu3_1_2_3=new Array("Rappresentazione","/COBAI/pagine/aei/ar_s_rap.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
		         		         Menu3_1_2_4=new Array("Restauro","/COBAI/pagine/aei/ar_s_res.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
		         		         Menu3_1_2_5=new Array("Storia","/COBAI/pagine/aei/ar_s_sto.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
                                 Menu3_1_2_6=new Array("Urbanistica","/COBAI/pagine/aei/ar_s_urb.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
                                 Menu3_1_2_7=new Array("Miscellanea","/COBAI/pagine/aei/ar_s_gen.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
           
           Menu3_2=new Array("Ingegneria","/COBAI/pagine/ingegneria.aspx","",2,20,110,"","","","","","",-1,-1,-1,"","");
    		
    				    Menu3_2_1=new Array("Categorie","","",7,20,90,"","","","","","",-1,-1,-1,"","");
		                         Menu3_2_1_1=new Array("Banche dati","/COBAI/pagine/aei/in_c_ba.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
		         		         Menu3_2_1_2=new Array("Enti","/COBAI/pagine/aei/in_c_en.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
		         		         Menu3_2_1_3=new Array("Normativa","/COBAI/pagine/aei/in_c_nor.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
		         		         Menu3_2_1_4=new Array("Risorse","/COBAI/pagine/aei/in_c_ris.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
		         		         Menu3_2_1_5=new Array("Riviste","/COBAI/pagine/aei/in_c_riv.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
                                 Menu3_2_1_6=new Array("Servizi","/COBAI/pagine/aei/in_c_ser.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
                                 Menu3_2_1_7=new Array("Università","/COBAI/pagine/aei/ing_c_un.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
			Menu3_2_2=new Array("Settori","","",9,20,90,"","","","","","",-1,-1,-1,"","");
				                 Menu3_2_2_1=new Array("Aeronautica","/COBAI/pagine/aei/in_s_aer.htm","",0,20,115,"","","","","","",-1,-1,-1,"","");
		         		         Menu3_2_2_2=new Array("Ambiente","/COBAI/pagine/aei/in_s_amb.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
		         		         Menu3_2_2_3=new Array("Civile","/COBAI/pagine/aei/in_s_civ.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
		         		         Menu3_2_2_4=new Array("Chimica","/COBAI/pagine/aei/in_s_chi.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
		         		         Menu3_2_2_5=new Array("Informatica","/COBAI/pagine/aei/in_s_inf.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
                                 Menu3_2_2_6=new Array("Meccanica","/COBAI/pagine/aei/in_s_mec.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
                                 Menu3_2_2_7=new Array("Energia","/COBAI/pagine/aei/in_s_ene.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
                                 Menu3_2_2_8=new Array("Telecomunicazioni","/COBAI/pagine/aei/in_s_tel.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");
                                 Menu3_2_2_9=new Array("Miscellanea","/COBAI/pagine/aei/in_s_gen.htm","",0,20,100,"","","","","","",-1,-1,-1,"","");

    Menu3_3=new Array("Cerca","/COBAI/pagine/aei/fr_cerca.htm","",0,20,110,"","","","","","",-1,-1,-1,"","");
	Menu3_4=new Array("Info","/COBAI/pagine/aei/fr_info.htm","",0,20,110,"","","","","","",-1,-1,-1,"","");	
	Menu3_5=new Array("News","/COBAI/pagine/aei/fr_news.htm","",0,20,110,"","","","","","",-1,-1,-1,"","");
	Menu3_6=new Array("Scrivi","/COBAI/pagine/mail_cobai.aspx","",0,20,110,"","","","","","",-1,-1,-1,"","");


											
Menu4=new Array("Biblioteca. Istruzioni per l'uso","/COBAI/pagine/istruzioni.aspx","",2,20,186,"","","","","","",-1,-1,-1,"","");
		Menu4_1=new Array("La ricerca e i cataloghi","/COBAI/pagine/cataloghi.aspx","",0,20,180,"","","","","","",-1,-1,-1,"","");
		Menu4_2=new Array("Compilare una bibliografia","/COBAI/pagine/bibliografia.aspx","",0,20,120,"","","","","","",-1,-1,-1,"","");
Menu5=new Array("Link utili","/COBAI/pagine/link.aspx","",5,20,74,"","","","","","",-1,-1,-1,"","");
        Menu5_1=new Array("Facolta italiane di AeI","","",2,20,170,"","","","","","",-1,-1,-1,"","");	
            Menu5_1_1=new Array("Architettura","/COBAI/pagine/f_architettura.aspx","",0,20,100,"","","","","","",-1,-1,-1,"","");
			Menu5_1_2=new Array("Ingegneria","/COBAI/pagine/f_ingegneria.aspx","",0,20,100,"","","","","","",-1,-1,-1,"","");
	   Menu5_2=new Array("Biblioteche di interesse","","",0,20,130,"","","","","","",-1,-1,-1,"","");	
	   Menu5_3=new Array("Biblioteche della Sapienza","http://w3.uniroma1.it/biblioteche/","",0,20,145,"","","","","","",-1,-1,-1,"","");
	   Menu5_4=new Array("CNBA","http://www.cnba.it/","",2,20,145,"","","","","","",-1,-1,-1,"","");
	     Menu5_4_1=new Array("MAIA-Metaopac Azalai Architettura","http://www.cnba.it/maia.php","",0,20,220,"","","","","","",-1,-1,-1,"","");
	     Menu5_4_2=new Array("Spoglio periodici di Architettura","http://www.cnba.it/spoglio_intro.php","",0,20,100,"","","","","","",-1,-1,-1,"","");
	   Menu5_4_3=new Array("blog Rainbow-CNBA","http://rainbow-cnba.splinder.com","",0,20,100,"","","","","","",-1,-1,-1,"","");
Menu5_5=new Array("BIDS, Biblioteca Digitale","http://bids.citicord.uniroma1.it","",0,20,145,"","","","","","",-1,-1,-1,"","");

