/*	(c) Ger Versluis 2000 version 5 October 9th 2001	*
*	You may remove all comments for faster loading	*/		

	var NoOffFirstLineMenus=9;		// Number of first level items
	var LowBgColor='#086394';		// Background color when mouse is not over28C4FF
	var LowSubBgColor='#086394';	// Background color when mouse is not over on subs
	var HighBgColor='#086394';		// Background color when mouse is over
	var HighSubBgColor='#055079';	// Background color when mouse is over on subs 086394
	var FontLowColor='#DEDEDE';	// Font color when mouse is not over
	var FontSubLowColor='#DEDEDE';	// Font color subs when mouse is not over
	var FontHighColor='#FFFFFF';	// Font color when mouse is over
	var FontSubHighColor='#FFFFFF';	// Font color subs when mouse is over
	var BorderColor='';			// Border color
	var BorderSubColor='white';		// Border color for subs
	var BorderWidth=0;			// Border width
	var BorderBtwnElmnts=0;		// 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' or 'bottom'
	var ChildOverlap=.0;		// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;		// vertical overlap child/ parent
	var StartTop=54;				// Menu offset x coordinate
	var StartLeft=-0.0;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=50;				// Multiple frames x correction
	var LeftPaddng=5;				// Left padding
	var TopPaddng=4;				// Top padding
	var FirstLineHorizontal=1;			// First level items layout horizontal 1 or 0
	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 'space'
	var TargetLoc='';				// DIV id for relative positioning (refer to config.htm for info)
	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

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.gif:image2.gif"

Menu1=new Array("","","",0,22,15);
Menu2=new Array(":: Home","index.htm","",0,22,72);

Menu3=new Array(":: Profile","","",4,22,76);
Menu3_1=new Array("¤ Our Profile","profile.htm","",0,22,190);
Menu3_2=new Array("¤ Related Sites","relatedlinks.htm","",0,22,190);
Menu3_3=new Array("¤ Our Network","network.htm","",0,22,190);
Menu3_4=new Array("¤ Photo Gallery","photogallery.htm","",0,22,190);

Menu4=new Array(":: Equipments","","",5,22,105);
 Menu4_1=new Array("¤ Feeder Line","Feederline.htm","",0,22,190);
 Menu4_2=new Array("¤ Slitting Line","slittingline.htm","",0,22,190);
 Menu4_3=new Array("¤ Shearing Leveling Line","shear_leveling.htm","",0,22,190);
 Menu4_4=new Array("¤ Electrical Sheet Slitting Line","elec_slitting.htm","",0,22,190);
 Menu4_5=new Array("¤ Transformer Lamination Line","trans_lamination.htm","",0,22,190);

Menu5=new Array(":: Contact Us","","",2,22,100);
Menu5_1=new Array("¤ Contact MSSCL","contactus.htm","",0,22,125);
Menu5_2=new Array("¤ Product Enquiry","prod_enq.htm","",0,22,125);

Menu6=new Array(":: Careers","careers.htm","",0,22,82);

Menu7=new Array(":: Legal Disclaimer","disclaimer.htm","",0,22,130);

Menu8=new Array(":: News","news.htm","",0,22,68);

Menu9=new Array(":: Site Map","sitemap.htm","",0,22,80);