/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=21;			// Number of first level items
    var LowBgColor='#DDDDCC';			//Background color when mouse is not over
	var LowSubBgColor='#DDDDCC';			// 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='black';			// Font color when mouse is not over
	var FontSubLowColor='black';			// 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='white';			// Border color
	var BorderSubColor='white';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical"	// 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 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.0;			// 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=2;				// Top padding
	var FirstLineHorizontal=0;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=300;			// 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=['triOrange.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 BeforeFirstOpen()
{ 
   if(ScLoc.HideArray){ 
      var H_A,H_Al,H_El,i; 
      H_A=ScLoc.HideArray; 
      H_Al=H_A.length; 
      for (i=0;i<H_Al;i++){ 
         H_El=Nav4?ScLoc.document.layers[H_A[i]]:DomYes?ScLoc.document.getElementById(H_A[i]).style:ScLoc.document.all[H_A[i]].style; 
         H_El.visibility=M_Hide}}
} 

//function AfterCloseAll(){return}
function AfterCloseAll()
{ 
   if(ScLoc.HideArray){ 
      var H_A,H_Al,H_El,i; 
      H_A=ScLoc.HideArray; 
      H_Al=H_A.length; 
      for (i=0;i<H_Al;i++){ 
         H_El=Nav4?ScLoc.document.layers[H_A[i]]:DomYes?ScLoc.document.getElementById(H_A[i]).style:ScLoc.document.all[H_A[i]].style; 
         H_El.visibility=M_Show}}
}


// 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","/index.html","",0,20,150);

Menu2=new Array("Home - other languages","","",4);
    Menu2_1=new Array("in Chinese","/index_in_ch.html","",0,20,100);
	Menu2_2=new Array("in French","/index_in_fr.html","",0);
	Menu2_3=new Array("in German","/index_in_ger.html","",0);
	Menu2_4=new Array("in Spanish","/index_in_sp.html","",0);

Menu3=new Array("Welcome to FSEG video","/welcome_to_fseg_video.html","",1,20,150);
	Menu3_1=new Array("Play Welcome to FSEG wmv file","/FSEG_Intro_by_Guy_Penwill(768k).wvx","",0,20,220);
	
Menu4=new Array("Capabilities & Services","/fire/capsev.html","",4);
	Menu4_1=new Array("Introduction","/fire/capsev.html","",0,20,120);
	Menu4_2=new Array("Research","/fseg_research.html","",3);
		Menu4_2_1=new Array("Projects","/fire/projects.asp","",0,20,110);
		Menu4_2_2=new Array("Publications","/fire/pub.asp","",0);
		Menu4_2_3=new Array("Thesis abstracts","/thesis_abstracts/index.asp","",0);		
	Menu4_3=new Array("Education/Training","/fseg_education_training.html","",2);
		Menu4_3_1=new Array("Courses","/fire/course1.html","",0,20,140);
		Menu4_3_2=new Array("FSEG lecture material","/fire/lectures/index.html","",0);
	Menu4_4=new Array("Consultancy","/fire/capsev.html","",0);
		
Menu5=new Array("FSEG products","/all_fseg_products.html","",4);
	Menu5_1=new Array("Exodus","/exodus/index.html","",14,20,110);
		Menu5_1_1=new Array("Introduction","/exodus/index.html","",1,20,150);
			Menu5_1_1_1=new Array("Overview lecture","/exodus/EXODUS_Overview_presentation.html","",0,20,150);  
        Menu5_1_2=new Array("Capabilities","/exodus/exodus_products.html","",0);
		Menu5_1_3=new Array("EXODUS lectures","/ped2003/FSEG_presentations/index.html","",0);
		Menu5_1_4=new Array("Projects","/fire/projects.asp#EVACUATION","",0);
		Menu5_1_5=new Array("Publications","/fire/pub.asp","",0);
		Menu5_1_6=new Array("Animations","/fire/EXODUS_animations.asp","",0);
		Menu5_1_7=new Array("News","/fire/news.html#Software News","",0);
		Menu5_1_8=new Array("Press releases","/fire/fseg_press_releases.asp#exodus press releases","",0);
		Menu5_1_9=new Array("Leaflets","/leaflets/exodusleaflets.html","",0);
		Menu5_1_10=new Array("Team","/exodus/exgroup.asp","",0);
		Menu5_1_11=new Array("Visitor registration","/software.asp","",0);
		Menu5_1_12=new Array("DEMO software","/exodus/exodus_registered_visitors.html","",0);
		Menu5_1_13=new Array("Licensed users area","/exodus/restricted-area/exodus-users/index.html","",0);
		Menu5_1_14=new Array("Contact details","/exodus/exodus_contact_details.html","",0);
	Menu5_2=new Array("Smartfire","/smartfire/index.html","",16);		
		Menu5_2_1=new Array("Introduction","/smartfire/index.html","",0,20,165);
		Menu5_2_2=new Array("Capabilities","/smartfire/smartfire_capabilities.html","",0);
        Menu5_2_3=new Array("Features","/smartfire/smartfire_features.html","",0);     
		Menu5_2_4=new Array("Background","/smartfire/smartfire_background.html","",0);
		Menu5_2_5=new Array("Future developments","/smartfire/smartfire_future_developments.html","",0);
		Menu5_2_6=new Array("Projects","/fire/projects.asp#fire","",0);
		Menu5_2_7=new Array("Publications","/fire/pub.asp","",0);
		Menu5_2_8=new Array("Animations","/fire/SMARTFIRE_animations.asp","",0);
		Menu5_2_9=new Array("News","/fire/news.html#Software News","",0);
		Menu5_2_10=new Array("Press releases","/fire/fseg_press_releases.asp#smartfire press releases","",0);
		Menu5_2_11=new Array("Leaflets","/leaflets/smartfireleaflets.html","",0);
		Menu5_2_12=new Array("Team","/smartfire/smartfire_team.asp","",0);
		Menu5_2_13=new Array("Visitor registration","/software.asp","",0);
		Menu5_2_14=new Array("DEMO software","/smartfire/smartfire_registered_visitors.html","",0);
		Menu5_2_15=new Array("Licensed users area","/smartfire/restricted-area/smartfire-users/index.html","",0);
		Menu5_2_16=new Array("Contact details","/smartfire/smartfire_contact.html","",0);
	Menu5_3=new Array("AASK Database","http://aask.gre.ac.uk/","",5);
		Menu5_3_1=new Array("Introduction","http://aask.gre.ac.uk/aask/","",0,20,150);
		Menu5_3_2=new Array("Query Builder","http://aask.gre.ac.uk/aask/aask/queryBuilder/","",0);
		Menu5_3_3=new Array("Seat Plan Viewer","http://aask.gre.ac.uk/aask/aask/spv/","",0);
		Menu5_3_4=new Array("Team","/aask_team.asp","",0);
		Menu5_3_5=new Array("Contact details","http://aask.gre.ac.uk/aask/aask_contact.html","",0);
	Menu5_4=new Array("Product leaflets","/leaflets/index.html","",0);

Menu6=new Array("Visitor registration","/software.asp","",0);

Menu7=new Array("Fire/Evacuation courses","/fire/course1.html","",0);

Menu8=new Array("Projects","/fire/projects.asp","",0);

Menu9=new Array("Thesis abstracts","/thesis_abstracts/index.asp","",0);

Menu10=new Array("Publications","/fire/pub.asp","",0);

Menu11=new Array("Press releases","/fire/fseg_press_releases.asp","",0);

Menu12=new Array("Media coverage","/fire/FSEG-in-media.html","",0);

Menu13=new Array("News","/fire/news.html","",0);
	//Menu13_1=new Array("Research news","/fire/news.asp#research news","",0,20,110);
	//Menu13_2=new Array("Software news","/fire/news.asp#software news","",0);
	//Menu13_3=new Array("News archive","/fire/news_archive.asp","",0);

Menu14=new Array("Animation gallery ","/fire/fseg_animations.html","",0);

Menu15=new Array("Team","/fire/team.asp","",0);

//Menu16=new Array("General interest","/fire/public_general_interest.html","",5);
Menu16=new Array("General interest","/fire/public_general_interest.html","",4);
   	Menu16_1=new Array("Pictures from meetings","/fire/conference/index.asp","",0,20,170);
    Menu16_2=new Array("Fire links","/fire/links/index.asp","",0);
	Menu16_3=new Array("Other useful links","/fire/useful_links.html","",0);
	Menu16_4=new Array("Fire safety tips","/fire/fire_safety_tips.html","",0);
	//Menu16_5=new Array("Have your say","/survey/survey_intro.html","",0);
			
Menu17=new Array("Vacant research posts","/fire/positions.html","",0);

Menu18=new Array("Events","/fseg_events.html","",5);
    Menu18_1=new Array("Special Issue Safety Science","/SISS-EPD/index.html","",0,20,170);  
	Menu18_2=new Array("NACRE 2008","/NACRE/index.html","",0,20,130);
	Menu18_3=new Array("PED 2003","/ped2003/index.html","",1,20,130);
		Menu18_3_1=new Array("FSEG presentations","/ped2003/FSEG_presentations/index.html","",0,20,140);
    Menu18_4=new Array("PPEM short course","/fire/course1.html#short_course_intro","",0);
	Menu18_5=new Array("PPFM short course","/fire/course1.html#short_course_intro","",0);

Menu19=new Array("FSEG lectures","/fire/FSEG_lectures.html","",3);
    Menu19_1=new Array("Evacuation","","",4,20,170);
	    Menu19_1_1=new Array("Prof Galea's Public lecture","/fire/Prof-Galea-public-lecture.html","",0,20,170);
		Menu19_1_2=new Array("WTC 9/11 project","/fire/HEED-WTC-evac-lecture.html","",0);
		Menu19_1_3=new Array("Elevator Modelling","/fire/Elevator-modelling-lecture.html","",0);
		Menu19_1_4=new Array("FSEG PED2003 lectures","/ped2003/FSEG_presentations/index.html","",0);
	Menu19_2=new Array("Fire","","",1);
	    Menu19_2_1=new Array("Prof Galea's Public lecture","/fire/Prof-Galea-public-lecture.html","",0,20,170);
	Menu19_3=new Array("Fire and Evacuation","","",3);
	    Menu19_3_1=new Array("Prof Galea's Public lecture","/fire/Prof-Galea-public-lecture.html","",0,20,170);
		Menu19_3_2=new Array("Forensic Fire+Evac","/ped2003/FSEG_presentations/forensic-fire-analysis.html","",0);
		Menu19_3_3=new Array("Ship based Fire+Evac","/ped2003/FSEG_presentations/simulating-ship-evac.html","",0);
	//Menu19_1=new Array("Prof Galea's public lecture","/fire/Prof-Galea-public-lecture.html","",0,20,170);
	//Menu19_2=new Array("EXODUS lectures","/ped2003/FSEG_presentations/index.html","",0);

Menu20=new Array("SURVEYS","/surveys/","",0);
	
Menu21=new Array("Contact us","/contact_information.html","",3);
	Menu21_1=new Array("Address","/contact.html","",0,20,120);
	Menu21_2=new Array("Location map","/fire/newlocation.html","",0);
	Menu21_3=new Array("Further information","/software.asp","",0);