	var NoOffFirstLineMenus=8;			// Number of first level items
	var LowBgColor='D7E0F1';			// Background color when mouse is not over
	var LowSubBgColor='EAE7E7';			// Background color when mouse is not over on subs
	var HighBgColor='D7E0F1';			// Background color when mouse is over
	var HighSubBgColor='D7E0F1';			// 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='EE221B';			// Font color when mouse is over
	var FontSubHighColor='D61C33';			// Font color subs when mouse is over
	var BorderColor='black';			// Border color
	var BorderSubColor='black';			// Border color for subs
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="verdana,arial"		// 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=0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0.2;			// vertical overlap child/ parent
	var StartTop=64;				// 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=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=100;			// 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("rollover:images/home.gif:images/home_over.gif","index.htm","",0,21,70);

Menu2=new Array("rollover:images/abtus.gif:images/abtus_over.gif","#","",6,21,92);
	Menu2_1=new Array("Introduction","about.htm","",0,20,92);	
	Menu2_2=new Array("History","history.htm","",0,20,92);	
	Menu2_3=new Array("Mission","about.htm#mission","",0);
	Menu2_4=new Array("Vision","about.htm#vision","",0);
	Menu2_5=new Array("Expertise","expertise.htm","",0);
	Menu2_6=new Array("Achievements","achievements.htm","",0);

Menu3=new Array("rollover:images/prod.gif:images/prod_over.gif","#","",7,70,100);
	Menu3_1=new Array("Natural Gas Based","nat_gas.htm","",2,20,140);
		Menu3_1_1=new Array("CHP","natural_chp.htm","",0,20,140);
		Menu3_1_2=new Array("Gensets","natural_gensets.htm","",0,20,140);
	Menu3_2=new Array("Biogas Based","bio_gas.htm","",2,20,140);	
		Menu3_2_1=new Array("CHP","bio_chp.htm","",0,20,140);
		Menu3_2_2=new Array("Gensets","bio_gensets.htm","",0,20,140);
	Menu3_3=new Array("Engine","engines.htm","",2,20,140);	
		Menu3_3_1=new Array("Stationary","stationary.htm","",0,20,140);
		Menu3_3_2=new Array("Automobile","automobile.htm","",0,20,140);
	Menu3_4=new Array("Steam Turbine","steam_turbine.htm","",2,20,140);
		Menu3_4_1=new Array("Backpressure","backpressure.htm","",0,20,140);
		Menu3_4_2=new Array("Condensing","condensing.htm","",0,20,140);	
	Menu3_5=new Array("Gas Turbines","gasturbine.htm","",0,20,140);	

	Menu3_6=new Array("Integrated Solution","#","",3,20,140);	
		Menu3_6_1=new Array("CO-VAC","iscovac.htm","",2,20,200);
			Menu3_6_1_1=new Array("CHP with Chilling","iscv_chpchill.htm","",0,20,140);
			Menu3_6_1_2=new Array("Steam TG with Chilling","iscv_sttg.htm","",0,20,140);
		Menu3_6_2=new Array("Waste Heat Recovery System","#","",2,20,200);
			Menu3_6_2_1=new Array("Sponge Iron waste heat recovery system","sponge_iron.pdf","",0,20,250);
			Menu3_6_2_2=new Array("H2SO4 waste heat recovery system","h2so4.pdf","",0,20,190);
		Menu3_6_3=new Array("Inlet Air Cooling of Gas Turbines","inlet_air_cooling.htm","",0,20,140);
	Menu3_7=new Array("Gas Turbine Spares","gtspares.htm","",0,20,140);

Menu4=new Array("rollover:images/colla.gif:images/colla_over.gif","#","",2,21,124);
	Menu4_1=new Array("TEDOM","coll_tedom.htm","",0,20,124);	
	Menu4_2=new Array("EKOL","coll_ekol.htm","",0);

Menu5=new Array("rollover:images/part.gif:images/part_over.gif","network.htm","",0,21,94);

Menu6=new Array("rollover:images/clients.gif:images/clients_over.gif","#","",4,53,79);
	Menu6_1=new Array("ANAMA Clients","anama_clients.htm","",0,20,200);	
	Menu6_2=new Array("TEDOM Clients","tedom_clients.htm","",0);
	Menu6_3=new Array("TRIGEN EWING POWER's Clients","trigen_clients.htm","",0);
	Menu6_4=new Array("EKOL Clients","ekol_clients.htm","",0);

	
Menu7=new Array("rollover:images/enq.gif:images/enq_over.gif","steam.htm","",7,53,94);
	Menu7_1=new Array("Steam Turbines","steam.htm","",0,20,140);	
	Menu7_2=new Array("Gas Turbine Enquiry","gasturbineenq.htm","",0);
	Menu7_3=new Array("Natual Gas engines & Co-generation System","natural.htm","",0,35,140);
	Menu7_4=new Array("BIO Gas engines & Co-generation System","bio.htm","",0,35);
	Menu7_5=new Array("Exhaust Gas Boiler & Steam Turbine","exhaust.htm","",0,35,140);
	Menu7_6=new Array("GT spares Enquiry","gtenq.htm","",0);
	Menu7_7=new Array("Others","others.htm","",0);

Menu8=new Array("rollover:images/cont.gif:images/cont_over.gif","contactus.htm","",0,53,105);

