var NoOffFirstLineMenus=6;				// Number of first level items
var LowBgColor='#389C68';				// Background color when mouse is not over
var LowSubBgColor='#B3B3B3';				// Background color when mouse is not over on subs
var HighBgColor='#B3B3B3';				// Background color when mouse is over
var HighSubBgColor='#389C68';			// Background color when mouse is over on subs
var FontLowColor='#FFFFFF';				// Font color when mouse is not over
var FontSubLowColor='#FFFFFF';			// Font color subs when mouse is not over
var FontHighColor='#389C68';			// Font color when mouse is over
var FontSubHighColor='#FFFFFF';			// Font color subs when mouse is over
var BorderColor='#FFFFFF';				// Border color
var BorderSubColor='#389C68';			// Border color for subs
var BorderWidth=1;						// Border width
var BorderBtwnElmnts=1;					// Border between elements 1 or 0
var FontFamily="verdana,arial,times"	// 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=.05;					// horizontal overlap child/ parent
var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
var StartTop=73;						// Menu offset x coordinate
var StartLeft=93;						// 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=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 highlighted
var Arrws=['tri.gif',5,10,'tridown.html',10,5,'trileft.html',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","home.html","",0,20,65);

Menu2=new Array("Corporate Profile","who_we_are.html","",5,"",145);
	Menu2_1=new Array("Address","address.html","",0,20,110);
	Menu2_2=new Array("Who we are","who_we_are.html","",1);
		Menu2_2_1=new Array("Technical Details","technical_details.html","",0,20,130);
	Menu2_3=new Array("Philosophy","philosophy.html","",0);
	Menu2_4=new Array("Development","development.html","",0);
	Menu2_5=new Array("References","references.html","",0);

Menu3=new Array("Products","product_overview.html","",8,"",90);
	Menu3_1=new Array("Product Overview","product_overview.html","",0,20,180);
	Menu3_2=new Array("Flare Systems","flare_systems.html","",2);
		Menu3_2_1=new Array("Flare Burners","flare_burners.html","",0,20,130);
		Menu3_2_2=new Array("Flare Accessories","flare_accessories.html","",0);
	Menu3_3=new Array("Tank Flaring","tank_flaring.html","",0);
	Menu3_4=new Array("Mixing Technology","mixing_technology.html","",3);
		Menu3_4_1=new Array("Side-entry Agitators","side-entry_agitators.html","",0,20,145);
		Menu3_4_2=new Array("Vertical Mixers","vertical_mixers.html","",0);
		Menu3_4_3=new Array("Static Mixers","static_mixers.html","",0);
	Menu3_5=new Array("Heating Systems","heating_systems.html","",4);
		Menu3_5_1=new Array("Electric Concomitant Heating","electric_concomitant_heating.html","",0,20,205);
		Menu3_5_2=new Array("Steam Heating","steam_heating.html","",0);
		Menu3_5_3=new Array("Heating Plates","heating_plates.html","",0);
		Menu3_5_4=new Array("Heat-conducting Cement","heat-conducting_cement.html","",0);
	Menu3_6=new Array("Valves","valves.html","",6);
		Menu3_6_1=new Array("Standard Pinch Valves","pinch_valves_standard.html","",0,20,195);
		Menu3_6_2=new Array("Pinch Valves of plastic POM","pinch_valves_plastic_pom.html","",0);
		Menu3_6_3=new Array("Pinch Valves of plastic PP","pinch_valves_plastic_pp.html","",0);
		Menu3_6_4=new Array("Manual Pinch Valves","manual_pinch_valves.html","",0);
		Menu3_6_5=new Array("Pneumatic Pinch Valves","tubevalves.html","",0);
		Menu3_6_6=new Array("Diaphragm Valves","diaphragmvalves.html","",0);
	Menu3_7=new Array("Service","service.html","",2);
		Menu3_7_1=new Array("Flare Repair","flare_repair.html","",0,20,160);
		Menu3_7_2=new Array("Repair & Maintenance","repair_and_maintenance.html","",0);
	Menu3_8=new Array("Performance Programme","performance_programme.html","",0);

Menu4=new Array("Downloads","downloads.html","",0,"",100);

Menu5=new Array("Site Map","site_map.html","",0,"",90);

Menu6=new Array("Contact us","address2.html","",4,"",105);
	Menu6_1=new Array("Address","address2.html","",0,20,155);
	Menu6_2=new Array("Contact","contact.html","",0);
	Menu6_3=new Array("Traffic Guidance Plan","traffic_guidance_plan.html","",0);
	Menu6_4=new Array("Imprint","imprint.html","",0);