/***********************************************************************************
*	(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=16;			// Number of first level items
	var LowBgColor='#E9EDF9';			// Background color when mouse is not over
	var LowSubBgColor='#E9EDF9';			// Background color when mouse is not over on subs
	var HighBgColor='#7B8BCE';			// Background color when mouse is over
	var HighSubBgColor='#616780';			// Background color when mouse is over on subs
	var FontLowColor='#212C58';			// Font color when mouse is not over
	var FontSubLowColor='#212C58';			// 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='#7B8BCE';			// Border color
	var BorderSubColor='#7B8BCE';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="verdana, arial,comic sans ms,technical"	// 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','bottom' or static
	var ChildOverlap=.1;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.1;			// vertical overlap child/ parent
	var StartTop=25;				// Menu offset x coordinate
	var StartLeft=24;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=2;				// 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=0;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='leftFrame';			// Frame where first level appears
	var SecLineFrame='leftFrame';			// Frame where sub levels appear
	var DocTargetFrame='';			// 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("Moulding Content","moulding2.html","",0,20,200);

Menu2=new Array("Plainwoods","plainwoods.html",0,10,20,200);
	Menu2_1=new Array("Obeche with Pasta Design","plainwoods.html","",0,20,160);
	Menu2_2=new Array("Ash","plainwoods.html#1","",0);
	Menu2_3=new Array("Ramin","plainwoods.html#2","",0);
	Menu2_4=new Array("Obeche","plainwoods.html#3","",0);
	Menu2_5=new Array("Oak","plainwoods.html#4","",0);
	Menu2_6=new Array("Cherry","plainwoods.html#5","",0);
	Menu2_7=new Array("Maple","plainwoods.html#6","",0);
	Menu2_8=new Array("Flat Pines","plainwoods.html#7","",0);
	Menu2_9=new Array("Shaped Pines","plainwoods.html#8","",0);
	Menu2_10=new Array("Tuilip","plainwoods.html#9","",0);
//	Menu1_1=new Array("General","blank.htm","",5,20,150);	
//		Menu1_1_1=new Array("CNN","http://www.cnn.com","",0,20,150);
//		Menu2_1_2=new Array("ABCNews","http://www.abcnews.com","",0);
//		Menu2_1_3=new Array("MSNBC","http://www.msnbc.com","",0);
 //               Menu2_1_4=new Array("CBSNews","http://www.cbsnews.com","",0);
 //               Menu2_1_5=new Array("Canadian News","http://news.bbc.co.uk","",2);
 //                         Menu2_1_5_1=new Array("Vancouver Sun","http://www.vancouversun.com","",0,20,150);
 //                         Menu2_1_5_2=new Array("CTV News","http://www.ctvnews.com","",0);

Menu3=new Array("Composition","composition.html","",0);
	
Menu4=new Array("Colour Stain & Natural Woods","colourstain.html","",5);
	Menu4_1=new Array("Plank Range","colourstain.html","",0,20,140);
	Menu4_2=new Array("2\" & 3\" Reverse Pine","colourstain.html#1","",0);
	Menu4_3=new Array("Limed Oaks","colourstain.html#2","",0);
	Menu4_4=new Array("Leather Effect","colourstain.html#3","",0);
	Menu4_5=new Array("Victorian Range","colourstain.html#4","",0);

Menu5=new Array("Lacquers","lacquers.html","",1);
	Menu5_1=new Array("Melamine Range","lacquers.html","",0,20,140);

Menu6=new Array("Plain & Embossed Woods","plainembossed.html","",2);
	Menu6_1=new Array("Veneers","plainembossed.html","",0,20,140);
	Menu6_2=new Array("Contract Stains","plainembossed.html#1","",0);
	
Menu7=new Array("Black","black.html","",0,20,200);
	
Menu8=new Array("Assorted","assorted.html","",5);
	Menu8_1=new Array("Wrap Range","assorted.html","",0,20,140);
	Menu8_2=new Array("Slips","assorted.html","",0);
	Menu8_3=new Array("Aluminium On Wood","assorted.html#1","",0);
	Menu8_4=new Array("\'3000\' Range","assorted.html#2","",0);
	Menu8_5=new Array("\'4000\' Range","assorted.html#3","",0);
	
Menu9=new Array("Coloured Range","coloured.html","",0,20,140);
	
Menu10=new Array("Plain Gold & Silver","plaingold.html","",3);
	Menu10_1=new Array("Flat / Cushion / Diagonal","plaingold.html","",0,20,180);
	Menu10_2=new Array("Shaped","plaingold.html#1","",0);
	Menu10_3=new Array("Deep Rebate / Hockey Stick","plaingold.html#2","",0);
	
Menu11=new Array("Ornate Gold & Silver","ornategold.html","",2);
	Menu11_1=new Array("Fluted","ornategold.html#1","",0,20,140);
	Menu11_2=new Array("Bamboo","ornategold.html#2","",0);
	
Menu12=new Array("Ready-Made Frames","ornate.html","",0,20,200);

Menu13=new Array("Ovals & Circles","ovals.html","",0,20,200);

Menu14=new Array("Photo-Frames","frames.html","",0,20,200);

Menu15=new Array("New 2004 Mouldings","newmoulding.html","",0,20,200);

Menu16=new Array("<b>&nbsp;<< Back</b>","index.html","",0,20,140);
	

