//(c) Ger Versluis 2000 version 1.0, 1 november 2000

	var NoOffFirstLineMenus=6; //set number of main menu items
	var LowBgColor='86392F';
	var HighBgColor='906059';
	var FontLowColor='ffffff';
	var FontHighColor='ffffff';
	var BorderColor='906059';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="arial, helvetica, san serif"
	var FontSize=9;
	var FontBold=1;
	var FontItalic=0;
	var MenuTextCentered=1;
	var MenuCentered='left';
	var MenuVerticalCentered='top';
	var ChildOverlap=.1;
	var ChildVerticalOverlap=.1;
	var StartTop=60; //set vertical offset
	var StartLeft=215; //set horizontal offset
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=3;
	var TopPaddng=2;
	var FirstLineHorizontal=1; //set menu layout (1=horizontal, 0=vertical)
	var MenuFramesVertical=1;
	var DissapearDelay=500;
	var TakeOverBgColor=1;
	var FirstLineFrame='navig';
	var SecLineFrame='space';
	var DocTargetFrame='space';
	var WebMasterCheck=0;

//Menux=new Array("text to show","Link",No of sub elements,element height,element width);
//see accompanying "config.htm" file for more information on structure of menus

Menu1=new Array("Home","index.shtml",0,20,90);

Menu2=new Array("Products","products.shtml",11,20,170);
	Menu2_1=new Array("Douglas Fir","douglas_fir.shtml",0,20,170);	
	Menu2_2=new Array("Plywood","",4,20,170);	
		Menu2_2_1=new Array("Construction","construction_plywood.shtml",0,20,140);	
		Menu2_2_2=new Array("Sanded","sanded_plywood.shtml",0,20,140);	
		Menu2_2_3=new Array("Concrete Form Panels","concrete_form_panels.shtml",0,20,140);	
		Menu2_2_4=new Array("Siding","plywood_siding.shtml",0,20,140);	
	Menu2_3=new Array("Redwood","redwood.shtml",0,20,170);	
	Menu2_4=new Array("Cedar","cedar.shtml",0,20,170);	
	Menu2_5=new Array("Primed Trim","primed_trim.shtml",0,20,170);	
	Menu2_6=new Array("Uppers & Pattern Stock","uppers.shtml",0,20,170);	
	Menu2_7=new Array("Treated Lumber & Plywood","",2,20,170);	
		Menu2_7_1=new Array("Preservative","treated_lumber.shtml",0,20,100);	
		Menu2_7_2=new Array("Fire","fire_treated.shtml",0,20,100);
	Menu2_8=new Array("Building Boards","building_boards.shtml",0,20,170);	
	Menu2_9=new Array("Fencing & Ag Products","fencing.shtml",0,20,170);	
	Menu2_10=new Array("Building Materials","building_materials.shtml",0,20,170);
	Menu2_11=new Array("Power Poles","power_poles.shtml",0,20,170);	

Menu3=new Array("Credit App","credit.shtml",0);	
	
Menu4=new Array("Tech Info","tech.shtml",0);	

Menu5=new Array("Industry Links","industry.shtml",0);	

Menu6=new Array("Contact Us","contact.shtml",0);	