	var NoOffFirstLineMenus=4;			// Number of first level items
	var LowBgColor='#613F0D';			// Background color when mouse is not over
	var LowSubBgColor='#87693D';			// Background color when mouse is not over on subs
	var HighBgColor='#776C5D';			// Background color when mouse is over
	var HighSubBgColor='#A28254';			// Background color when mouse is over on subs
	var FontLowColor='white';			// Font color when mouse is not over
	var FontSubLowColor='white';			// 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='#F2C98B';			// Border color
	var BorderSubColor='#FCE4C0';			// Border color for subs
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=0;			// Border between elements 1 or 0
	var FontFamily="verdana, arial, tahoma"	// Font family menu items
	var FontSize=7;				// 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='center';			// 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=.1;			// vertical overlap child/ parent
	var StartTop=88;				// 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=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=600;			// 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=['image/blank.gif',9,7,'image/arrow-down.gif',9,7,'image/arrow-right.gif',9,7];	// 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","index.html","",1,18,140);
	Menu1_1=new Array("Main Page","index.html","",0,18,140);
	
Menu2=new Array("About Us","about.html","",7,18,140);
	Menu2_1=new Array("Introduction","about.html#Introduction","",0,18,140);
	Menu2_2=new Array("Company Structure","about.html#Structure","",0,18,140);
	Menu2_3=new Array("Organisation Chart","about.html#Chart","",0,18,140);
	Menu2_4=new Array("Director Profile","about.html#Profile","",0,18,140);
	Menu2_5=new Array("Our Milestones","organisation.html#Milestones","",0,18,140);
	Menu2_6=new Array("Management Profile","organisation.html#Management","",0,18,140);
	Menu2_7=new Array("Workforce","organisation.html#Workforce","",0,18,140);
	
Menu3=new Array("Products","products.html","",7,18,280);
	Menu3_1=new Array("Our Existing Markets","products.html#Market","",0,18,280);
	Menu3_2=new Array("Competitive Strengths","products.html#Competitive","",0,18,280);
	Menu3_3=new Array("Our Products","products.html#Product","",0,18,280);
	Menu3_4=new Array("Continuous Enhancement of Our Production Processes","products.html#Continuous","",0,18,280);
	Menu3_5=new Array("Business and Industry Overview","products.html#Overview","",0,18,220);
	Menu3_6=new Array("Prospects and Outlook of the Industry","products.html#Prospects","",0,18,280);
	Menu3_7=new Array("Social Contributions","products.html#Social","",0,32,280);

Menu4=new Array("Contact Us","contact.html","",2,18,140);
	Menu4_1=new Array("Our Address","contact.html#Address","",0,18,140);
	Menu4_2=new Array("Feedback Form","contact.html#Form","",0,18,140);
