/***********************************************************************************
*	(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='';			// Background color when mouse is not over
	var LowSubBgColor='black';			// Background color when mouse is not over on subs
	var HighBgColor='';			// Background color when mouse is over
	var HighSubBgColor='black';			// 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='';			// Border color
	var BorderSubColor='black';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=0;			// Border between elements 1 or 0
	var FontFamily="arial,tahoma,verdana"	// 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='right';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='right';			// 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=20;			// vertical overlap child/ parent
	var StartTop=95;				// Menu offset x coordinate
	var StartLeft=0;				// Menu offset y coordinate
	var VerCorrect=-150;				// Multiple frames y correction
	var HorCorrect=2;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=0;				// 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='contents';			// Frame where first level appears
	var SecLineFrame='main';			// Frame where sub levels appear
	var DocTargetFrame='main';			// 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=1;				// 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:images/profile2.gif:images/profile2.gif","javascript:top.document.title=':: Japan Metals :: Profile'; top.frames[2].location.href='profile.htm'","",0,24,139);

Menu2=new Array("rollover:images/service.gif:images/service.gif","javascript:top.document.title=':: Japan Metals :: Services'; top.frames[2].location.href='services.htm'","",0);

Menu3=new Array("rollover:images/products.gif:images/products.gif","javascript:top.document.title=':: Japan Metals :: Products'; top.frames[2].location.href='products.htm'","",0);

Menu4=new Array("rollover:images/sub_roof.gif:images/sub_roof.gif","javascript:top.document.title=':: Japan Metals :: Roofing'; top.frames[2].location.href='prod88200.htm'","",2,23,134);

	Menu4_1=new Array("<img src='images/sub_roof1.gif'>","javascript:top.document.title=':: Japan Metals :: Roofing'; top.frames[2].location.href='prod88200.htm'","",0,23,94);
	Menu4_2=new Array("<img src='images/sub_roof2.gif'>","javascript:top.document.title=':: Japan Metals :: Roofing'; top.frames[2].location.href='prod30200.htm'","",0,23,94);

Menu5=new Array("rollover:images/sub_clad.gif:images/sub_clad.gif","javascript:top.document.title=':: Japan Metals :: Cladding'; top.frames[2].location.href='cladding.htm'","",0,23,134);
	
Menu6=new Array("rollover:images/sub_deck.gif:images/sub_deck.gif","javascript:top.document.title=':: Japan Metals :: Decking'; top.frames[2].location.href='decking.htm'","",0,23,134);

Menu7=new Array("rollover:images/sub_metal.gif:images/sub_metal.gif","javascript:top.document.title=':: Japan Metals :: Metal Building Systems'; top.frames[2].location.href='mbs.htm'","",0,23,134);

Menu8=new Array("rollover:images/sub_ons.gif:images/sub_ons.gif","javascript:top.document.title=':: Japan Metals :: Value Add-ons'; top.frames[2].location.href='value.htm'","",0,23,134);

Menu9=new Array("rollover:images/qual.gif:images/qual.gif","javascript:top.document.title=':: Japan Metals :: Quality'; top.frames[2].location.href='quality.htm'","",0,25,139);

Menu10=new Array("rollover:images/client.gif:images/client.gif","javascript:top.document.title=':: Japan Metals :: Clientele'; top.frames[2].location.href='client.htm'","",0,23,139);

Menu11=new Array("rollover:images/enquiry.gif:images/enquiry.gif","javascript:top.document.title=':: Japan Metals :: Enquiry'; top.frames[2].location.href='enquiry.htm'","",0,25,139);



