/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=11;			// Number of first level items
	var LowBgColor='#C4E0C5';			// Background color when mouse is not over
	var LowSubBgColor='#F8D96D';			// Background color when mouse is not over on subs
	var HighBgColor='black';			// Background color when mouse is over
	var HighSubBgColor='#F89050';			// 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='white';			// Font color when mouse is over
	var FontSubHighColor='white';			// Font color subs when mouse is over
	var BorderColor='#F9FAFC';			// Border color
	var BorderSubColor='white';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="verdana"	// 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='left';			// 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=220;				// Menu offset x coordinate
	  var StartLeft=125;					// Menu offset y coordinate
	if(screen.width==1280 && screen.height==1024) {
	  var StartTop=212;				// Menu offset x coordinate
	  var StartLeft=253;				// Menu offset y coordinate
	}		
	if(screen.width==1280 && screen.height==960) {
	  var StartTop=212;				// Menu offset x coordinate
	  var StartLeft=253;				// Menu offset y coordinate
	}	
	if(screen.width==1280 && screen.height==768) {
	  var StartTop=212;				// Menu offset x coordinate
	  var StartLeft=253;				// Menu offset y coordinate
	}
	if(screen.width==1280 && screen.height==720) {
	  var StartTop=212;				// Menu offset x coordinate
	  var StartLeft=253;				// Menu offset y coordinate
	}

	if(screen.width==1152 && screen.height==864) {
	  var StartTop=210;				// Menu offset x coordinate
	  var StartLeft=188;				// Menu offset y coordinate
	}
	if(screen.width==1024 && screen.height==768) {
	  var StartTop=220;				// Menu offset x coordinate
	  var StartLeft=120;				// Menu offset y coordinate
	}
	if(screen.width==800 && screen.height==600) {
	  var StartTop=215;				// Menu offset x coordinate
	  var StartLeft=13;				// Menu offset y coordinate
	}

	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=11;				// Left padding
	var TopPaddng=6;				// Top padding
	var FirstLineHorizontal=0;			// 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='0';				// 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:home01.jpg:home02.jpg","index.html","home2.jpg",0,40,175);
              			  
Menu2=new Array("rollover:corporate01.jpg:corporate02.jpg","corporate.html","home2.jpg",4,40,175);
              Menu2_1=new Array("Overview","overview.html","",0,25,200);
			  Menu2_2=new Array("History","history.html","",0,25,170);
			  Menu2_3=new Array("Credentials","credentials.html","",0,25,170);
			  Menu2_4=new Array("Location","location.html","",0,25,170);
			 

Menu3=new Array("rollover:manage01.jpg:manage02.jpg","management.html","",2,40,175);
        
              Menu3_1=new Array("Board of Directors","directors.html","",0,25,200);
			  Menu3_2=new Array("Key Personnel","keypersonnel.html","",0,25,170);
			
			 
				
								

Menu4=new Array("rollover:service01.jpg:service02.jpg","services.html","",4,40,175);
	          Menu4_1=new Array("Ship-Building","shipbuilding.html","",0,25,200);			 
			  Menu4_2=new Array("Ship Repair","shiprepair.html","",0,25,170);
			  Menu4_3=new Array("Offshore","offshore.html","",0,25,170);
			  Menu4_4=new Array("Marine Engineering Training","training1.html","",0,25,170);		      	
	

Menu5=new Array("rollover:spare01.jpg:spare02.jpg","sparecapacity.html","",11,40,175);
	          Menu5_1=new Array("Plate Bending Roll","platebendingroll.html","",0,25,200);			 
			  Menu5_2=new Array("Plano Miller","planomiller.html","",0,25,170);
			  Menu5_3=new Array("Horizontal Boring Machine","hbandm.html","",0,25,170);
			  Menu5_4=new Array("Horizontal Drilling Machine","hdm.html","",0,25,170);
			  Menu5_5=new Array("Lathes","lathes.html","",0,25,170);
			  Menu5_6=new Array("Dynamic Balancing Machines","dbm.html","",0,25,170);			 
			  Menu5_7=new Array("Drilling Machines ","dm.html","",0,25,170);
			  Menu5_8=new Array("Grinding Machines","gm.html","",0,25,170);
			  Menu5_9=new Array("Shaping Machine","sm.html","",0,25,170);
			  Menu5_10=new Array("Slotting Machine","slotm.html","",0,25,170);
			  Menu5_11=new Array("Vertical Milling Machine","vmm.html","",0,25,170);
        

Menu6=new Array("rollover:perform01.jpg:perform02.jpg","performance.html","",1,40,175);
            		  Menu6_1=new Array("Annual Report 2008-09","CSL_Annual Report_08_09.pdf","",0,25,200);
			//  Menu6_2=new Array("Profit & Loss","ProfitAndLossAccount08.pdf","",0,25,170);
			//  Menu6_3=new Array("Director's Report","07-08DirectorsReport.pdf","",0,25,170);
			  
Menu7=new Array("rollover:hr01.jpg:hr02.jpg","humanresources.html","",0,40,175);

Menu8=new Array("rollover:rtiact01.jpg:rtiact02.jpg","rtiact.html","",2,40,175);
			  Menu8_1=new Array("RTI Act","rtiact.html","",0,25,200);
		          Menu8_2=new Array("Annual Return","rtireturn.html","",0,25,200);	
		          
Menu9=new Array("rollover:contact01.jpg:contact02.jpg","contact.html","",0,40,175);  


Menu10=new Array("rollover:vigilance1.jpg:vigilancenew.jpg","","",6,40,175);  

		Menu10_1=new Array("High Value Contracts And Tenders","HighValueContracts.html","",0,25,225);
		Menu10_2=new Array("Status Of Bill Payments","StatusOfPaymentOfBills.pdf","",0,25,200);			 
		Menu10_3=new Array("Subcontractors Registration Form","vigilance.html","",0,25,225);
		Menu10_4=new Array("Contact Us","vigilancecontact.html","",0,25,170);
		Menu10_5=new Array("CVC Website","OpenCVCSitePopup.htm","",0,25,170);
		Menu10_6=new Array("Integrity Pact & IEM","","",0,25,170);






Menu11=new Array("rollover:cslplus01.jpg:cslplus02.jpg","index.html","home01.jpg",9,40,175);
                          Menu11_1=new Array("QHSE","QHSE.html","",0,25,200);
		          Menu11_2=new Array("News & Updates","news.html","",0,25,200);			 
			  Menu11_3=new Array("Clientele","clientele.html","",0,25,170);
			  Menu11_4=new Array("Image Gallery","imagegallery.html","",0,25,170);
			  Menu11_5=new Array("Contracts & Tenders","tenders.html","",0,25,170);
			  Menu11_6=new Array("Careers @ CSL","career.html","",0,25,170);			 		 
			//  Menu11_7=new Array("Vigilance","vigilance.html","",0,25,170);
			  Menu11_7=new Array("Feedback","feedback.html","",0,25,170);
			  Menu11_8=new Array("Guest House","guesthouse.html","",0,25,170);
			  Menu11_9=new Array("Forms","forms.html","",0,25,170);
			  
			  
			  
		 