

	var NoOffFirstLineMenus=6;			// Number of first level items
	var LowBgColor='006600';			// Background color when mouse is not over
	var LowSubBgColor='006600';			// Background color when mouse is not over on subs
	var HighBgColor='213860';			// Background color when mouse is over
	var HighSubBgColor='213860';			// 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='white';			// 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="arial"	// 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='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=.0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.0;			// vertical overlap child/ parent
	var StartTop=110;				// 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=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='';				// 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("Home","http://www.norex.co.uk/index.htm","",0,20,135);

Menu2=new Array("About us","contact.htm","",3);
	Menu2_1=new Array("Contact","http://www.norex.co.uk/contact.htm","",0,20,135);
	Menu2_2=new Array("Order Enquiry","http://www.norex.co.uk/orderenquiry.htm","",0);
	Menu2_3=new Array("Information","http://www.norex.co.uk/information.htm","",2);
		Menu2_3_1=new Array("Terms","http://www.norex.co.uk/terms.htm","",0,20,135);
		Menu2_3_2=new Array("Fitting Instructions","http://www.norex.co.uk/fitting.htm","",0);

	

Menu3=new Array("Information","environment.htm","",5);
	Menu3_1=new Array("Environment","http://www.norex.co.uk/environment.htm","",0,20,135);
	Menu3_2=new Array("Hygiene","http://www.norex.co.uk/hygiene.htm","",0);
	Menu3_3=new Array("Installation","http://www.norex.co.uk/fitting.htm","",0);
	Menu3_4=new Array("Healthy Wood Floors","http://www.norex.co.uk/healthyfloors.htm","",0);
	Menu3_5=new Array("Design Ideas","http://www.norex.co.uk/design ideas.htm","",0);



Menu4=new Array("Worktops","http://www.norex.co.uk/worktops.htm","",6);
	Menu4_1=new Array("Exotic","http://www.norex.co.uk/exotic.htm","",5,20,135);
		Menu4_1_1=new Array("Wenge","http://www.norex.co.uk/wenge.htm","",0,20,135);
		Menu4_1_2=new Array("American Black Walnut","http://www.norex.co.uk/amblackwalnut.htm","",0);
		Menu4_1_3=new Array("African Teak","http://www.norex.co.uk/africanteak.htm","",0);
		Menu4_1_4=new Array("African Black Walnut","http://www.norex.co.uk/afblackwalnut.htm","",0);
		Menu4_1_5=new Array("Tiger Walnut","http://www.norex.co.uk/tigerwalnut.htm","",0);
	Menu4_2=new Array("European","http://www.norex.co.uk/european.htm","",3);
		Menu4_2_1=new Array("European Walnut","http://www.norex.co.uk/europeanwalnut.htm","",0,20,135);
		Menu4_2_2=new Array("European Maple","http://www.norex.co.uk/europeanmaple.htm","",0);
		Menu4_2_3=new Array("European Oak","http://www.norex.co.uk/europeanoak.htm","",0);
	Menu4_3=new Array("Standard","http://www.norex.co.uk/standard.htm","",2);
		Menu4_3_1=new Array("Premium Beech","http://www.norex.co.uk/premiumbeech.htm","",0,20,135);
		Menu4_3_2=new Array("Iroko","http://www.norex.co.uk/iroko.htm","",0);
	Menu4_4=new Array("Budget","http://www.norex.co.uk/budget.htm","",4);
		Menu4_4_1=new Array("African Oak","http://www.norex.co.uk/africanoak.htm","",0,20,135);
		Menu4_4_2=new Array("Rustic Beech","http://www.norex.co.uk/rusticbeech.htm","",0);
		Menu4_4_3=new Array("Mahogany","http://www.norex.co.uk/mahogany.htm","",0);
		Menu4_4_4=new Array("Rubberwood","http://www.norex.co.uk/rubberwood.htm","",0);
	Menu4_5=new Array("End Grain Block","http://www.norex.co.uk/endgrainblock.htm","",0);
	Menu4_6=new Array("Install worktops","http://www.norex.co.uk/fitting.htm","",0);
		
		


Menu5=new Array("Other Products","woodcare.htm","",4);
	Menu5_1=new Array("Woodcare","http://www.norex.co.uk/woodcare.htm","",0,20,135);
	Menu5_2=new Array("Duckboard","http://www.norex.co.uk/duckboard.htm","",0);
	Menu5_3=new Array("Hardwoods","http://www.norex.co.uk/hardwoods.htm","",0);
	Menu5_4=new Array("Stair Treads","http://www.norex.co.uk/stairtreads.htm","",0);


Menu6=new Array("Stock List","http://www.mamut.net/norexfp/shop/","",0,20,135);	
	
   


