// 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.buckandknobby.com",BtnHome,6,35,136);
	Menu1_1=new Array("About Us","http://www.buckandknobby.com/about_us.html","",0,16,150);
	Menu1_2=new Array("Contact Us","http://www.buckandknobby.com/contact_us.html","",0);
	Menu1_3=new Array("Employment","http://www.buckandknobby.com/careers.html","",0);
	Menu1_4=new Array("Location","http://www.buckandknobby.com/location.html","",0);
	Menu1_5=new Array("Whats New","http://www.buckandknobby.com/whats_new.html","",0);
	Menu1_6=new Array("Site Map","http://www.buckandknobby.com/sitemap.html","",0);