/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated July 7 2004,By Keegan Ramsey)
*	
***********************************************************************************/
	var NoOffFirstLineMenus=7;			// Number of first level items
	var LowBgColor='#00519C';			// Background color when mouse is not over
	var LowSubBgColor='#00519C';			// Background color when mouse is not over on subs
	var HighBgColor='#00519C';			// Background color when mouse is over
	var HighSubBgColor='#CCCCCC';			// Background color when mouse is over on subs
	var FontLowColor='white';			// Font color when mouse is not over
	var FontSubLowColor='white';			// Font color subs when mouse is not over
	var FontHighColor='white';			// Font color when mouse is over
	var FontSubHighColor='#00519C';			// Font color subs when mouse is over
	var BorderColor='black';			// 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,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='center';			// 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=80;				// Menu offset x coordinate
	var StartLeft=1;				// 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=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=0;			// Frames in cols or rows 1 or 0
	var DissapearDelay=500;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='MyFrameOne';			// Frame where first level appears
	var SecLineFrame='MyFrameTwo';			// Frame where sub levels appear
	var DocTargetFrame='MyFrameTwo';			// 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=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("Company","company/theCompany.htm","",10,20,138);
	Menu1_1=new Array("KDR Creative Software","company/theCompany.htm","",0,20,150);
	Menu1_2=new Array("Overview","company/overview.htm","",0,20,150);
	Menu1_3=new Array("Management Team","company/MTeam.htm","",0,20,150);
	Menu1_4=new Array("Customers","company/all_clients.html","",0,20,150);
	Menu1_5=new Array("Careers","company/company_careers.htm","",0,20,150);
	Menu1_6=new Array("News","company/company_news.htm","",0,20,150);
	Menu1_7=new Array("Contact Us","company/contact_company.html","",0,20,150);
	Menu1_8=new Array("Secure Log On","company/company_logon.htm","",0,20,150);
	Menu1_9=new Array("Conferences","company/conference_page.html","",0,20,150);
	Menu1_10=new Array("FMMS/CIPS Forum","company/forum_page.html","",0,20,150);
	

Menu2=new Array("Products","solutions/solutions_overview.html","",8);
	Menu2_1=new Array("Overview","solutions/solutions_overview.html","",0,20,150);
	Menu2_2=new Array("Facilities Maintenace","solutions/solutions_fmms.html","",0,20,150);
	Menu2_3=new Array("Asset Management","solutions/solutions_asset.html","",0,20,150);
	Menu2_4=new Array("Logistics Management","solutions/solutions_cips.html","",0,20,150);
	Menu2_5=new Array("Supply Management","solutions/solutions_supply.html","",0,20,150);
	Menu2_6=new Array("Budget Management","solutions/solutions_budgets.html","",0,20,150);
	Menu2_7=new Array("Field Solutions","solutions/field_solutions.html","",0,20,150);	
	Menu2_8=new Array("Hosted ASP Solutions","solutions/solutions_asp.html","",0,20,150);	

Menu3=new Array("Industries","industry/industry_overview.html","",7);
	Menu3_1=new Array("Overview","industry/industry_overview.html","",0,20,150);
	Menu3_2=new Array("Rail","rail/rail_ceo.html","",4,20,150);
		Menu3_2_1=new Array("Overview","rail/rail_ceo.html","",0,20,150);
		Menu3_2_2=new Array("Products","rail/Rail_products.htm","",0,20,150);
		Menu3_2_3=new Array("Case Studies","rail/rail_case.html","",0,20,150);
		Menu3_2_4=new Array("Clients","rail/rail_clients.html","",0,20,150);
	Menu3_3=new Array("Defence","defence/Defence_ceo.html","",4,20,150);
		Menu3_3_1=new Array("Overview","defence/Defence_ceo.html","",0,20,150);
		Menu3_3_2=new Array("Products","defence/defence_products.html","",0,20,150);
		Menu3_3_3=new Array("Case Studies","defence/defence_case.html","",0,20,150);
		Menu3_3_4=new Array("Clients","defence/defence_clients.html","",0,20,150);
	Menu3_4=new Array("Utilities","utilities/utility_info.html","",4,20,150);
		Menu3_4_1=new Array("Overview","utilities/utility_info.html","",0,20,150);
		Menu3_4_2=new Array("Products","utilities/Utility_products.html","",0,20,150);
		Menu3_4_3=new Array("Case Studies","utilities/utility_case.html","",0,20,150);
		Menu3_4_4=new Array("Clients","utilities/utility_clients.html","",0,20,150);
	Menu3_5=new Array("Manufacturing","manufacturing/manufacturing_products.html","",2,20,150);
		Menu3_5_1=new Array("Products","manufacturing/manufacturing_products.html","",0,20,150);
		Menu3_5_2=new Array("Clients","manufacturing/manufacturing_clients.html","",0,20,150);
	Menu3_6=new Array("Facilities","facilities/facilities_info.html","",3,20,150);
		Menu3_6_1=new Array("Overview","facilities/facilities_info.html","",0,20,150);
		Menu3_6_2=new Array("Products","facilities/facilities_products.html","",0,20,150);
		Menu3_6_3=new Array("Clients","facilities/facilities_clients.html","",0,20,150);
	Menu3_7=new Array("Natural Resources","natural_rec/NR_products.html","",2,20,150);
		Menu3_7_1=new Array("Products","natural_rec/NR_products.html","",0,20,150);
		Menu3_7_2=new Array("Clients","natural_rec/NR_clients.html","",0,20,150);

Menu4=new Array("Services","services/services_overview.html","",4);
	Menu4_1=new Array("Overview","services/services_overview.html","",0,20,180);
	Menu4_2=new Array("Consultancy","services/services_consultancy.html","",0);
	Menu4_3=new Array("Training","services/services_training.html","",0);
	Menu4_4=new Array("Audits","services/services_Audit.html","",0);

Menu5=new Array("Demo",href="demo/demo_info.html","",1);
	Menu5_1=new Array("FMMS Demo","demo/demo_info.html","",0,20,140);
	
Menu6=new Array("Support","support/support_overview.html","",3);
	Menu6_1=new Array("Overview","support/support_overview.html","",0,20,180);
	Menu6_2=new Array("Secure Logon","company/company_logon.htm","",0,20,150);
	Menu6_3=new Array("Downloads","support/support_download.html","",0);

Menu7=new Array("Training",href="webCalendar/TrainingInfo.html","",2);
	Menu7_1=new Array("Overview","webCalendar/TrainingInfo.html","",0,20,140);
	Menu7_2=new Array("Training Request","webCalendar/TrainingRequests.html","",0,20,140);
