/*	(c) Ger Versluis 2000 version 5 October 9th 2001	*
*	You may remove all comments for faster loading	*/		

  var NoOffFirstLineMenus=11;
  var LowBgColor='C2C3C4';
  var LowSubBgColor='00CCFF';
  var HighBgColor='FFFF99';
  var HighSubBgColor='FFFF99';
  var FontLowColor='black';
  var FontSubLowColor='black';
  var FontHighColor='red';
  var FontSubHighColor='black';
  var BorderColor='white';
  var BorderSubColor='gray';
  var BorderWidth=1;
  var BorderBtwnElmnts=1;
	var FontFamily="arial,comic sans ms,technical"	
	var FontSize=8;				
	var FontBold=0;				
	var FontItalic=0;			
	var MenuTextCentered='left';			
	var MenuCentered='left';			
	var MenuVerticalCentered='top';		
	var ChildOverlap=.1;				
	var ChildVerticalOverlap=.2;		
	var StartTop=250;			
	var StartLeft=30;			
	var VerCorrect=0;			
	var HorCorrect=0;			
	var LeftPaddng=3;			
	var TopPaddng=2;			
	var FirstLineHorizontal=0;		
	var MenuFramesVertical=1;		
	var DissapearDelay=1000;		
	var TakeOverBgColor=1;		
	var FirstLineFrame='navig';		
	var SecLineFrame='space';		
	var DocTargetFrame='space';		
	var TargetLoc='';				
	var HideTop=0;				
	var MenuWrap=1;				
	var RightToLeft=0;				
	var UnfoldsOnClick=0;			
	var WebMasterCheck=0;			
	var ShowArrow=1;
	var KeepHilite=1;
	var Arrws=['tri.gif',5,10,'tridown.gif',10,5,'trileft.gif',5,10];

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","index.html","",0,20,118);
Menu2=new Array("Products","product.html","",0);
Menu3=new Array("Contacts","contact.html","",0);
Menu4=new Array("Pictures & Videos","pictures.html","",0);
Menu5=new Array("Brochure","brochure.html","",0);
Menu6=new Array("Speed Benefits","speed.html","",0);
Menu7=new Array("Decking Types","decking-f.html","",0);
Menu8=new Array("Testimonials","testimonials.html","",0);
Menu9=new Array("Where to Purchase","where-to-purchase.html","",0);
Menu10=new Array("About","about.html","",0);
Menu11=new Array("rollover:azek_z.jpg:azek_zy.jpg","azek.html","",0,48,118);
	

