// JavaScript Document
	var NoOffFirstLineMenus=6;			// Number of first level items
	var LowBgColor='8E1808';			// Background color when mouse is not over
	var LowSubBgColor='8E1808';			// Background color when mouse is not over on subs
	var HighBgColor='FDB600';			// Background color when mouse is over
	var HighSubBgColor='FDB600';			// 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='#000000';			// Font color when mouse is over
	var FontSubHighColor='#000000';			// Font color subs when mouse is over
	var BorderColor='ffffff';			// Border color
	var BorderSubColor='ffffff';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="Verdana, Arial, Helvetica, sans-serif"	// Font family menu items
	var FontSize=8;				// Font size menu items
	var FontBold=1;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='center';			// 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=0;				// 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=1000;			// 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='menuspan';				// 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=['images/tri.gif',5,10,'images/tridown.gif',10,5,'images/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","","",9,19,85);
	Menu1_1=new Array("Profile","../company/aboutddel.htm","",0,21,155);
	Menu1_2=new Array("Company Policy","../company/company-policy.htm","",0);
	Menu1_3=new Array("Tatarpur Works","../company/tatarpur-works.htm","",0);
	Menu1_4=new Array("Markets","../company/markets.htm","",0);
	Menu1_5=new Array("Products And Services","../company/ddel-serivces.htm","",0);
	Menu1_6=new Array("References","../company/references.htm","",0);
	Menu1_7=new Array("Technology","../company/ddel-technology.htm","",0);
	Menu1_8=new	Array("Organisation","../company/ddel.htm","",0);
	Menu1_9=new	Array("Download","../company/download.htm","",0);

Menu2=new Array("FABRICATION","","",6,19,110);
	Menu2_1=new Array("Scope","../fabrication/scope.htm","",0,21,155);
	Menu2_2=new Array("Best Performance","../fabrication/best-performance.htm","",0);
	Menu2_3=new Array("Products","../fabrication/fabrication-products.htm","",0);
	Menu2_4=new Array("Welding","../fabrication/welding.htm","",2);
		Menu2_4_1=new Array("Test Laboratory","../fabrication/welding.htm#testlaboratory","",0,21,130);
		Menu2_4_2=new Array("Heat Treatment","../fabrication/welding.htm#heattreatment","",0);
	Menu2_5=new Array("Certification","../fabrication/certification.htm","",0);
	Menu2_6=new	Array("Surface Treatment","../fabrication/surface-treatment.htm","",0);
		
Menu3=new Array("ERECTION","","",3,19,85);
	Menu3_1=new Array("Scope ","../erection/scope.htm","",0,21,130);	
	Menu3_2=new Array("Best Performance","../erection/best-performance.htm","",0);	
	Menu3_3=new Array("Projects","../erection/projects.htm","",0);	

Menu4=new Array("PRODUCTS","","",5,19,85);
	Menu4_1=new Array("Piping","../products/piping.htm","",0,21,150);
	Menu4_2=new Array("Pipe Fitting","../products/pipe-fitting.htm","",0);
	Menu4_3=new Array("Pressure Vessels","../products/pressure-vessels.htm","",0);
	Menu4_4=new Array("Skid/Modules","../products/production-modules.htm","",0);
	Menu4_5=new Array("Process Equipments","../products/process-equipments.htm","",0);
	
Menu5=new Array("SUCCESS STORIES","","",4,19,130);
	Menu5_1=new Array("Power Plants","../projects/power-plants.htm","",0,21,190);
	Menu5_2=new Array("Petro and Chemical Plants","../projects/petro-chemical-plants.htm","",0);
	Menu5_3=new Array("Industrial Plants","../projects/industrial-plants.htm","",0);
	Menu5_4=new Array("Turn Key","../projects/turn-key.htm","",0);
		
Menu6=new Array("HSE","","",2,19,60);
	Menu6_1=new Array("Policy","../hse/policy.htm","",0,21,90);
	Menu6_2=new Array("Performance","../hse/performance.htm","",0);
