	var NoOffFirstLineMenus=5;			// Number of first level items
	var LowBgColor='green';		    // Background color when mouse is not over
	var LowSubBgColor='lightgrey';		// Background color when mouse is not over on subs
	var HighBgColor='blue';			    // Background color when mouse is over
	var HighSubBgColor='blue';			// Background color when mouse is over on subs
	var FontLowColor='white';			// 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='black';			// Border color
	var BorderSubColor='black';			// Border color for subs
	var BorderWidth=1;			     	// Border width
	var BorderBtwnElmnts=1;			    // Border between elements 1 or 0
	var FontFamily="arial"	            // 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=.1;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;		// vertical overlap child/ parent
	var StartTop=0; 					// Menu offset x coordinate or y depends
	var StartLeft=88;					// Menu offset y coordinate or x depends
	var VerCorrect=0;					// Multiple frames y correction
	var HorCorrect=0;					// Multiple frames x correction
	var LeftPaddng=5;					// Left padding
	var TopPaddng=2;					// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=0;			// Frames in cols or rows 1 or 0
	var DisappearDelay=1000;			// delay before menu folds in
	var TakeOverBgColor=0;				// Menu frame takes over background color subitem frame
	var FirstLineFrame='menu';			// Frame where first level appears
	var SecLineFrame='main';			// Frame where sub levels appear
	var DocTargetFrame='top';			// Frame where target documents appear
	var TargetLoc='_top';					// span id for relative positioning
	var HideTop=1;						// 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=1;					// Uses arrow gifs when 1
	var KeepHilite=1;					// Keep selected path highligthed
	var Arrws=['+.gif',5,10,'+.gif',5,10,'+.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("Corporate Profile","","",3,20,110);
	 Menu1_1=new Array("Imaspro Corporation Bhd","","",4,20,156);
	 		Menu1_1_1=new Array("Corporate Overview","javascript:top.location.href='0111-corporateOverview.htm'","",0,20,120);
			Menu1_1_2=new Array("Board of Directors","javascript:top.location.href='0112-boardOfDirectors.htm'","",0);
     		Menu1_1_3=new Array("Corporate Info","javascript:top.location.href='0113-corporateInformationStructure.htm'","",0);    
     		Menu1_1_4=new Array("Corporate Structure","javascript:top.location.href='0114-corporateStructure.htm'","",0);    
	 
	 Menu1_2=new Array("Imaspro Resources Sdn Bhd","","",5);
	        Menu1_2_1=new Array("Corporate Overview","javascript:top.location.href='0121-corporateOverview.htm'","",0,20,144);
			Menu1_2_2=new Array("Vision & Core Strategies","javascript:top.location.href='0122-visionCoreStrategies.htm'","",0);
			Menu1_2_3=new Array("Geographical Spread","javascript:top.location.href='0124-geographicalSpread.htm'","",0);
			Menu1_2_4=new Array("Key Milestones","javascript:top.location.href='0125-keyMilestones.htm'","",0);
			Menu1_2_5=new Array("Contact","mailto:imaspro@imaspro.com","",0);
     Menu1_3=new Array("Ideal Command Sdn Bhd","javascript:top.location.href='0000-underConstruction.htm'","",0);
    Menu2=new Array("Business Area","","",4,20,96);
		  			 Menu2_1=new Array("Herbicide","javascript:top.location.href='01231-herbicide.htm'","",0,20,92);    				 Menu2_2=new Array("Insecticide","javascript:top.location.href='01232-insecticide.htm'","",0);
    				 Menu2_3=new Array("Fungicide","javascript:top.location.href='01233-fungicide.htm'","",0);
    				 Menu2_4=new Array("Others","javascript:top.location.href='01234-others.htm'","",0);
        
    Menu3=new Array("R&D","javascript:top.location.href='0000-underConstruction.htm'","",0,20,35);Menu4=new Array("Investor Relations","","",5,20,115);
     Menu4_1=new Array("Corporate Info","javascript:top.location.href='0113-corporateInformationStructure.htm'","",0,20,112);
         Menu4_2=new Array("General Info","javascript:window.open('e DIVIDEN.pdf');","",0);
         Menu4_3=new Array("Finacial Reports","javascript:top.location.href='0024-finacialReports.htm'","",0);    
     Menu4_4=new Array("Announcements","javascript:top.location.href='3400-announcement.htm'","",0);          Menu4_5=new Array("Contact","javascript:top.location.href='3402-IRContact.htm'","",0);

Menu5=new Array("Contact us","mailto:imaspro@imaspro.com","",0,20,70);

//Menu6=new Array("Home","7100-corporateOverview.htm","",0,20,40);
  

