/***********************************************************************************
*	(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=8;			// Number of first level items
	var LowBgColor='black';			// Background color when mouse is not over
	var LowSubBgColor='#cccccc';			// Background color when mouse is not over on subs
	var HighBgColor='black';			// Background color when mouse is over
	var HighSubBgColor='black';			// Background color when mouse is over on subs
	var FontLowColor='white';			// Font color when mouse is not over
	var FontSubLowColor='black';			// Font color subs when mouse is not over
	var FontHighColor='red';			// Font color when mouse is over
	var FontSubHighColor='white';			// Font color subs when mouse is over
	var BorderColor='#99cccc';			// Border color
	var BorderSubColor='black';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial,verdana,technical"	// Font family menu items
	var FontSize=8;				// 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=0;				// Menu offset x coordinate
	var StartLeft=0;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=4;				// 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='MenuPos';				// 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=1;				// 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("Home","http://www.euromat2009.fems.eu/index.htm","",4,25,70);
	Menu1_1=new Array("Contact","http://www.euromat2009.fems.eu/contact.htm","",0,20,130);

	Menu1_2=new Array("The Euromat Series","http://www.euromat2009.fems.eu/congress.htm","",0,20,140);
	Menu1_3=new Array("Publications","http://www.euromat2009.fems.eu/publications.htm","",0,20,160);
	Menu1_4=new Array("Awards","http://www.euromat2009.fems.eu/awards.htm","",0,20,160);	
	
Menu2=new Array("Organisers","","",4,20,80);
	Menu2_1=new Array("Congress Organisers","http://www.euromat2009.fems.eu/organisers.htm","",0,20,150);
	Menu2_2=new Array("Topic Co-ordinators","http://www.euromat2009.fems.eu/topic_org.htm","",0,20,160);
	Menu2_3=new Array("Symposium Organisers","http://www.euromat2009.fems.eu/symp_org.htm","",0,20,160);	
	Menu2_4=new Array("Co-ordination","javascript:window.open('http://www.euromat2009.fems.eu/coordination/index.htm')","",0,20,96);
	
Menu3=new Array("Venue","","",4,20,70);
	Menu3_1=new Array("Congress Centre & Crowne Plaza Hotel","http://www.euromat2009.fems.eu/venue.htm","",0,20,230);
	Menu3_2=new Array("Glasgow & Scotland","http://www.euromat2009.fems.eu/glasgow.htm","",0,20,160);
	Menu3_3=new Array("Practical Information","http://www.euromat2009.fems.eu/practicalinfo.htm","",0,20,160);
	Menu3_4=new Array("Accommodation","http://www.euromat2009.fems.eu/hotel.htm","",0,20,160);	
	
Menu4=new Array("Side Events","","",5,20,85);
	Menu4_1=new Array("Short Courses","http://www.euromat2009.fems.eu/short_courses.htm","",0,20,130);	
	Menu4_2=new Array("Opening Ceremony","http://www.euromat2009.fems.eu/welcome.htm","",0,20,130);	
	Menu4_3=new Array("Congress Dinners","http://www.euromat2009.fems.eu/conf-dinner.htm","",0,20,130);	
	Menu4_4=new Array("Partners Programme","http://www.euromat2009.fems.eu/partners-prog.htm","",0,20,130);	
	Menu4_5=new Array("What's on in Glasgow","http://www.euromat2009.fems.eu/glasgowon.htm","",0,20,130);	

	
Menu5=new Array("Exhibition/Jobs Fair","","",4,20,124);
	Menu5_1=new Array("Exhibition Plan","http://www.euromat2009.fems.eu/exhibition.htm","",0,20,149);
	Menu5_2=new Array("Exhibition","http://www.euromat2009.fems.eu/exhibition_tech.htm","",0,20,130);
	Menu5_3=new Array("Jobs Fair","http://www.euromat2009.fems.eu/jobsfair.htm","",0,20,130);
	Menu5_4=new Array("Promotional Partnerships","http://www.euromat2009.fems.eu/sponsorship.htm","",0,20,130);

	
Menu6=new Array("Programme ","","",7,20,94);
	Menu6_1=new Array("Topics/Symposia","http://www.euromat2009.fems.eu/topics.htm","",0,20,130);
	Menu6_2=new Array("Programme","http://www.euromat2009.fems.eu/prog.htm","",0,20,160);
	Menu6_3=new Array("Opening Address","http://www.euromat2009.fems.eu/address.htm","",0,20,160);
	Menu6_4=new Array("Plenary Speakers","http://www.euromat2009.fems.eu/plenary.htm","",0,20,160);
	Menu6_5=new Array("Keynote Lectures","http://www.euromat2009.fems.eu/keynote.htm","",0,20,160);
	Menu6_6=new Array("Poster Sessions","http://www.euromat2009.fems.eu/poster.htm","",0,20,160);
	Menu6_7=new Array("Closing Ceremony","http://www.euromat2009.fems.eu/closing.htm","",0,20,160);

Menu7=new Array("Abstract Submission","http://www.euromat2009.fems.eu/abstract_sub.htm","",0,20,150);	

Menu8=new Array("Registration","http://www.euromat2009.fems.eu/registration.htm","",0,20,100);		
	


	
