	var NoOffFirstLineMenus=8;					// Number of first level items
	var LowBgColor='#035EA7';					// Background color when mouse is not over
	var LowSubBgColor='#FFFFFF';				// Background color when mouse is not over on subs
	var HighBgColor='#025293';					// Background color when mouse is over
	var HighSubBgColor='#F0F0F0';				// Background color when mouse is over on subs
	var FontLowColor='#FFFFFF';					// Font color when mouse is not over
	var FontSubLowColor='#444444';				// Font color subs when mouse is not over
	var FontHighColor='#FFFFFF';				// Font color when mouse is over
	var FontSubHighColor='#444444';				// Font color subs when mouse is over
	var BorderColor='#035EA7';					// Border color
	var BorderSubColor='#000000';				// Border color for subs
	var BorderWidth=1;							// Border width
	var BorderBtwnElmnts=1;						// Border between elements 1 or 0
	var FontFamily="verdana,Tahoma,Helvetica"	// Font family menu items
	var FontSize=8;								// Font size menu items
	var FontBold=0;								// 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=.05;						// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;					// vertical overlap child/ parent
	var StartTop=80;							// Menu offset x coordinate
	var StartLeft=-80;							// Menu offset y coordinate
	var VerCorrect=0;							// Multiple frames y correction
	var HorCorrect=0;							// Multiple frames x correction
	var LeftPaddng=6;							// Left padding
	var TopPaddng=2;							// 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=0;						// Menu frame takes over background color subitem frame
	var FirstLineFrame='topFrame';				// Frame where first level appears
	var SecLineFrame='mainFrame';				// Frame where sub levels appear
	var DocTargetFrame='mainFrame';				// 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=0;								// 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

	// Arrow source, width and height

	 var Arrws=['images/arrow_right.gif',11,11,'images/arrow_down.gif',11,11,'images/arrow_left.gif',11,11];	

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("","index.htm","images/top_links_01.jpg",0,22,64);

Menu2=new Array("","dg_sets.htm","images/top_links_02.jpg",7,22,71);
	Menu2_1=new Array("History","diesel_gensets.htm","",0,20,170);
	Menu2_2=new Array("Vision / Mission","dg_sets.htm#Vision","",0,20,170);
	Menu2_3=new Array("Values","dg_sets.htm#OurValues","",0,20,170);
	Menu2_4=new Array("Why Us","dg_sets.htm#WhyUs","",0,20,170);
	Menu2_5=new Array("Team","dg_sets.htm#Team","",0,20,170);
	Menu2_6=new Array("Environment Commitment","dg_sets.htm#EnvironmentCommitment","",0,20,170);
	Menu2_7=new Array("What's New","dg_sets.htm#WhatsNew","",0,20,170);

Menu3=new Array("","diesel_generator_sets.htm","images/top_links_03.jpg",1,22,73);
	Menu3_1=new Array("Facilities","Generator_manufacturers.htm","",0,20,83);

Menu4=new Array("","products.htm","images/top_links_04.jpg",4,22,69);
	Menu4_1=new Array("Acoustic Diesel Gensets","acoustically_diesel_gensets.htm","",0,20,155);
	Menu4_2=new Array("Acoustic Enclosures","acoustic_enclosures.htm","",0,20,155);
	Menu4_3=new Array("Control Panel","control_panel.htm","",0,20,155);
	Menu4_4=new Array("Rentals","rentals.htm","",0,20,155);

Menu5=new Array("","downloads.htm","images/top_links_05.jpg",0,22,82);

Menu6=new Array("","silent_generator.htm","images/top_links_06.jpg",2,22,75);
	Menu6_1=new Array("Client Testimonials","client_testimonials.htm","",0,20,130);
	Menu6_2=new Array("Our Installations","our_installations.htm","",0,20,130);
	
Menu7=new Array("","case_studies.htm","images/top_links_08.jpg",3,22,95);
	Menu7_1=new Array("Retail Industry","retail_industry.htm","",0,20,120);
	Menu7_2=new Array("Service Industry","service_industry.htm","",0,20,120);
  Menu7_3=new Array("Industrial Sector","industrial_sector.htm","",0,20,120);

Menu8=new Array("","power_engineering.htm","images/top_links_09.jpg",4,22,75);
	Menu8_1=new Array("Sales Enquiry","enquiry_sales.htm","",0,20,165);
	Menu8_2=new Array("Product Support","product_support.htm","",0,20,165);
	Menu8_3=new Array("KOEL After Sales Network","koel_north_zone.htm","",0,20,165);
	Menu8_4=new Array("Customer Feedback","customer_feedback.htm","",0,20,165);		
