/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.41 24 December 2001	          *
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=7;			// Number of first level items
	var LowBgColor='#adbbd6';			// Background color when mouse is not over
	var LowSubBgColor='#D5E3FF';			// Background color when mouse is not over on subs
	var HighBgColor='#adbbd6';			// Background color when mouse is over
	var HighSubBgColor='#336699';			// Background color when mouse is over on subs
	var FontLowColor='black';			// Font color when mouse is not over
	var FontSubLowColor='#999999';			// Font color subs when mouse is not over
	var FontHighColor='white';			// Font color when mouse is over
	var FontSubHighColor='white';			// Font color subs when mouse is over
	var BorderColor='#999999';			// Border color
	var BorderSubColor='#999999';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="verdana, arial,comic sans ms,technical"	// Font family menu items
	var FontSize=7;				// Font size menu items
	var FontBold=1;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='center';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=57;				// Menu offset x coordinate
	var StartLeft=95;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=0;				// Left padding
	var TopPaddng=3;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='';				// span id for relative positioning
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0
	var ShowArrow=0;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['tri.gif',5,10,'tridown.gif',10,5,'trileft.gif',5,10];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("page d'accueil","/index.html","",0,20,90);
//	Menu1_1=new Array("introduction","intro.htm","",0,20,110);

Menu2=new Array("réseau","","",3,20,90);
	Menu2_1=new Array("à propos du réseau","/french/network/about.html","",0,20,120);
	Menu2_2=new Array("phases","/french/network/launch.html","",0);
	Menu2_3=new Array("news","/french/network/news.html","",0);
	
Menu3=new Array("actions","/french/network/action.html","",4,20,90);
	Menu3_1=new Array("matériel pédagogique","/french/network/action.html","",0,20,130);
	Menu3_2=new Array("expositions","","",3,20,90);
		Menu3_2_1=new Array("art nouveau en projet","/french/network/exhibitions.html","",0,20,140);
		Menu3_2_2=new Array("panneaux de présentation","/french/network/exhib-panels.html","",0,20,140);
		Menu3_2_3=new Array("serge brison","/french/network/brison.html","",0,20,140);
	Menu3_3=new Array("colloques","/french/network/colloquium.html","",1,20,90);
		Menu3_3_1=new Array("Actes Laboratoire Historique 1","/french/proceedings/index.html","",0,30,120);		
	Menu3_4=new Array("formations","/french/network/training.html","",0,20,90);
	
Menu4=new Array("city info","","",16,20,90);
	Menu4_1=new Array("Alesund","/french/city/alesund/index.html","",4,20,140);
		Menu4_1_1=new Array("Introduction","/french/city/alesund/index.html","",0,20,140);
		Menu4_1_2=new Array("artistes","/french/city/alesund/artists.html","",0,20,140);
		Menu4_1_3=new Array("partenaires","/french/city/alesund/partner.html","",0,20,140);
		Menu4_1_4=new Array("liens internet","/french/city/alesund/links.html","",0,20,140);
	Menu4_2=new Array("Bad Nauheim","/french/city/bad_nauheim/index.html","",4);
		Menu4_2_1=new Array("Introduction","/french/city/bad_nauheim/index.html","",0,20,140);
		Menu4_2_2=new Array("artistes","/french/city/bad_nauheim/artists.html","",0,20,140);
		Menu4_2_3=new Array("partenaires","/french/city/bad_nauheim/partner.html","",0,20,140);
		Menu4_2_4=new Array("liens internet","/french/city/bad_nauheim/links.html","",0,20,140);		
	Menu4_3=new Array("Barcelona","/french/city/barcelona/index.html","",4);
		Menu4_3_1=new Array("Introduction","/french/city/barcelona/index.html","",0,20,140);
		Menu4_3_2=new Array("artistes","/french/city/barcelona/artists.html","",0,20,140);
		Menu4_3_3=new Array("partenaires","/french/city/barcelona/partner.html","",0,20,140);
		Menu4_3_4=new Array("liens internet","/french/city/barcelona/links.html","",0,20,140);
	Menu4_4=new Array("Bruxelles-Brussel","/french/city/brussels/index.html","",4);
		Menu4_4_1=new Array("Introduction","/french/city/brussels/index.html","",0,20,140);
		Menu4_4_2=new Array("artistes","/french/city/brussels/artists.html","",0,20,140);
		Menu4_4_3=new Array("partenaires","/french/city/brussels/partner.html","",0,20,140);
		Menu4_4_4=new Array("liens internet","/french/city/brussels/links.html","",0,20,140);
	Menu4_5=new Array("Budapest","/french/city/budapest/index.html","",4);
		Menu4_5_1=new Array("Introduction","/french/city/budapest/index.html","",0,20,140);
		Menu4_5_2=new Array("artistes","/french/city/budapest/artists.html","",0,20,140);
		Menu4_5_3=new Array("partenaires","/french/city/budapest/partner.html","",0,20,140);
		Menu4_5_4=new Array("liens internet","/french/city/budapest/links.html","",0,20,140);	
	Menu4_6=new Array("Glasgow","/french/city/glasgow/index.html","",4);
		Menu4_6_1=new Array("Introduction","/french/city/glasgow/index.html","",0,20,140);
		Menu4_6_2=new Array("artistes","/french/city/glasgow/artists.html","",0,20,140);
		Menu4_6_3=new Array("partenaires","/french/city/glasgow/partner.html","",0,20,140);
		Menu4_6_4=new Array("liens internet","/french/city/glasgow/links.html","",0,20,140);
	Menu4_7=new Array("Helsinki","/french/city/helsinki/index.html","",4);
		Menu4_7_1=new Array("Introduction","/french/city/helsinki/index.html","",0,20,140);
		Menu4_7_2=new Array("artistes","/french/city/helsinki/artists.html","",0,20,140);
		Menu4_7_3=new Array("partenaires","/french/city/helsinki/partner.html","",0,20,140);
		Menu4_7_4=new Array("liens internet","/french/city/helsinki/links.html","",0,20,140);
	Menu4_8=new Array("Regione Lombardia","/french/city/lago_di_como/index.html","",4);
		Menu4_8_1=new Array("Introduction","/french/city/lago_di_como/index.html","",0,20,140);
		Menu4_8_2=new Array("artistes","/french/city/lago_di_como/artists.html","",0,20,140);
		Menu4_8_3=new Array("partenaires","/french/city/lago_di_como/partner.html","",0,20,140);
		Menu4_8_4=new Array("liens internet","/french/city/lago_di_como/links.html","",0,20,140);			
	Menu4_9=new Array("La Habana","/french/city/la_habana/index.html","",4);
		Menu4_9_1=new Array("Introduction","/french/city/la_habana/index.html","",0,20,140);
		Menu4_9_2=new Array("artistes","/french/city/la_habana/artists.html","",0,20,140);
		Menu4_9_3=new Array("partenaires","/french/city/la_habana/partner.html","",0,20,140);
		Menu4_9_4=new Array("liens internet","/french/city/la_habana/links.html","",0,20,140);			
	Menu4_10=new Array("Ljubljana","/french/city/ljubljana/index.html","",4);
		Menu4_10_1=new Array("Introduction","/french/city/ljubljana/index.html","",0,20,140);
		Menu4_10_2=new Array("artistes","/french/city/ljubljana/artists.html","",0,20,140);
		Menu4_10_3=new Array("partenaires","/french/city/ljubljana/partner.html","",0,20,140);
		Menu4_10_4=new Array("liens internet","/french/city/ljubljana/links.html","",0,20,140);	
	Menu4_11=new Array("Nancy","/french/city/nancy/index.html","",4);
		Menu4_11_1=new Array("Introduction","/french/city/nancy/index.html","",0,20,140);
		Menu4_11_2=new Array("artistes","/french/city/nancy/artists.html","",0,20,140);
		Menu4_11_3=new Array("partenaires","/french/city/nancy/partner.html","",0,20,140);
		Menu4_11_4=new Array("liens internet","/french/city/nancy/links.html","",0,20,140);	
	Menu4_12=new Array("Reus","/french/city/reus/index.html","",4);
		Menu4_12_1=new Array("Introduction","/french/city/reus/index.html","",0,20,140);
		Menu4_12_2=new Array("artistes","/french/city/reus/artists.html","",0,20,140);
		Menu4_12_3=new Array("partenaires","/french/city/reus/partner.html","",0,20,140);
		Menu4_12_4=new Array("liens internet","/french/city/reus/links.html","",0,20,140);		
	Menu4_13=new Array("Riga","/french/city/riga/index.html","",4);
		Menu4_13_1=new Array("Introduction","/french/city/riga/index.html","",0,20,140);
		Menu4_13_2=new Array("artistes","/french/city/riga/artists.html","",0,20,140);
		Menu4_13_3=new Array("partenaires","/french/city/riga/partner.html","",0,20,140);
		Menu4_13_4=new Array("liens internet","/french/city/riga/links.html","",0,20,140);	
	Menu4_14=new Array("Terrassa","/french/city/terrassa/index.html","",4);
		Menu4_14_1=new Array("Introduction","/french/city/terrassa/index.html","",0,20,140);
		Menu4_14_2=new Array("artistes","/french/city/terrassa/artists.html","",0,20,140);
		Menu4_14_3=new Array("partenaires","/french/city/terrassa/partner.html","",0,20,140);
		Menu4_14_4=new Array("liens internet","/french/city/terrassa/links.html","",0,20,140);	
	Menu4_15=new Array("Provincia di Varese","/french/city/varese/index.html","",4);
		Menu4_15_1=new Array("Introduction","/french/city/varese/index.html","",0,20,140);
		Menu4_15_2=new Array("artistes","/french/city/varese/artists.html","",0,20,140);
		Menu4_15_3=new Array("partenaires","/french/city/varese/partner.html","",0,20,140);
		Menu4_15_4=new Array("liens internet","/french/city/varese/links.html","",0,20,140);	
	Menu4_16=new Array("Wien","/french/city/vienna/index.html","",4);
		Menu4_16_1=new Array("Introduction","/french/city/vienna/index.html","",0,20,140);
		Menu4_16_2=new Array("artistes","/french/city/vienna/artists.html","",0,20,140);
		Menu4_16_3=new Array("partenaires","/french/city/vienna/partner.html","",0,20,140);
		Menu4_16_4=new Array("liens internet","/english/city/vienna/links.html","",0,20,140);	


Menu5=new Array("calendrier","/french/agenda/index.html","",0,20,90);
//	Menu5_1=new Array("introduction","education.htm","",0,20,109);


Menu6=new Array("banque d'image","http://www.artnouveau-imagebank.org","_new",0,20,90);
//	Menu6_1=new Array("introduction","conference.htm","",0,20,99);

	
Menu7=new Array("contact","","",2,20,90);
	Menu7_1=new Array("adresses","/french/contact/index.html","",0,20,90);
	Menu7_2=new Array("mailing list","javascript:MM_openBrWindow('http://www.artnouveau-net.com/maillist.htm','maillist','scrollbars=no,width=240,height=210');","",0,20,90);

