//(c) Ger Versluis 2000 version 1.0, 1 november 2000	var NoOffFirstLineMenus=5; //set number of main menu items	var LowBgColor='white';	var HighBgColor='#cccccc';	var FontLowColor='black';	var FontHighColor='black';	var BorderColor='black';	var BorderWidth=1;	var BorderBtwnElmnts=1;	var FontFamily="arial,helvetica,verdana"	var FontSize=8;	var FontBold=0;	var FontItalic=0;	var MenuTextCentered=0;	var MenuCentered='left';	var MenuVerticalCentered='top';	var ChildOverlap=0;	var ChildVerticalOverlap=0;	var StartTop=140; //set vertical offset	var StartLeft=0; //set horizontal offset	var VerCorrect=0;	var HorCorrect=0;	var LeftPaddng=3;	var TopPaddng=2;	var FirstLineHorizontal=0; //set menu layout (1=horizontal, 0=vertical)	var MenuFramesVertical=1;	var DissapearDelay=300;	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("COMPANY","#",6,20,158);	Menu1_1=new Array("Our history","../web/history.php",0,20,158);		Menu1_2=new Array("Where we are","../web/where.php",0,20,158);	Menu1_3=new Array("Who we are","../web/who.php",0,20,158);	Menu1_4=new Array("Join our team","../web/join.php",0,20,158);		Menu1_5=new Array("Our Clients","../web/clients.php",0,20,158);	Menu1_6=new Array("Contact us","../web/calgary.php",0,20,158);		Menu1_6_1=new Array("Calgary","../web/calgary.php",0,20,158);		Menu1_6_2=new Array("Edmonton","../web/edmonton.php",0,20,158);Menu2=new Array("NEWS","#",3,20,158);	Menu2_1=new Array("What's new","../web/new.php",0,20,158);		Menu2_2=new Array("Newsletter","../web/newsletter.php",0,20,158);	Menu2_3=new Array("Join our team","../web/join.php",0,20,158);Menu3=new Array("PRODUCTS & SERVICES","#",8,20,158);	Menu3_1=new Array("Point of Purchase","../web/pop.php",0,20,158);	Menu3_2=new Array("Custom Loose Leaf","../web/looseleaf.php",0,20,158);	Menu3_3=new Array("Commercial Printing","../web/print.php",0,20,158);	Menu3_4=new Array("Design Services","../web/design.php",0,20,158);	Menu3_5=new Array("Kitting & Fulfillment","../web/kitting.php",0,20,158);	Menu3_6=new Array("Project Management","../web/project.php",0,20,158);	Menu3_7=new Array("Swatch Book","../web/swatch.php",0,20,158);	Menu3_8=new Array("Extended Product List","../web/product_list.php",0,20,158);				Menu4=new Array("F.A.Qs","#",4,20,158);	Menu4_1=new Array("FTP Information","../web/ftp.php",0,20,158);	Menu4_2=new Array("Login and Passwords","../web/login_faq.php",0,20,158);	Menu4_3=new Array("Newsletters","../web/newsletter_faq.php",0,20,158);	Menu4_4=new Array("Account Setup","../web/account_faq.php",0,20,158);Menu5=new Array("CONTACT","../web/calgary.php",0,20,158);	Menu5_1=new Array("Calgary","../web/calgary.php",0,20,158);	Menu5_2=new Array("Edmonton","../web/edmonton.php",0,20,158);