// Menu description: © Copyrighted by Clearimaging.com 2006. All rights reserved. V.1.0
// Array of Menu elements, Layer position X,Y, layer width, z-index, onmouseover code, style 
// Array of Menu elements: Caption, link, submenu Number, Number of pixels before right arrow (-1 - if no), target (1-blank)
var arrMenu = new Array(
 new Array(
//About Us
  new Array(
	new Array('Company Overview', 'about.htm',-1,-1,0),
	new Array('Press', 'about-press.htm',-1,-1,0),
	new Array('Meet the Staff', 'about-bios.htm',-1,-1,0),
	new Array('2010 Survey Results', 'docs/survey_results-2010.pdf',-1,-1,1),
	new Array('Yard Crashers', 'yard_crasher.htm',-1,-1,0),
	new Array('FAQ', 'faq.htm',-1,-1,0)
  ),147, 51, 150, 10, 'wf_show(0);',0
 ),
 
 new Array(
//Videos
  new Array(
	new Array('Featured Start to Finish', 'videos_featured.htm',-1,-1,0),
	new Array('Before & After', 'videos_before_after.htm',-1,-1,0),
	new Array('DIY Network\'s Yard Crashers', 'videos_yard_crashers.htm',-1,-1,0)
  ),425, 51, 210, 10, 'wf_show(1);',0
 ),
 new Array(
//Videos - Featured Start to Finish - not used - free for use
  new Array(
	new Array('Outdoor Kitchens', 'videos_kitchens.htm',-1,-1,0),
	new Array('Driveways', 'videos_driveways.htm',-1,-1,0)
  ),625, 51, 140, 10, 'wf_show(1);wf_show(2);',0
 ),
 new Array(
//Contact Us
  new Array(
	new Array('Office Hours and Information', 'contact.htm',-1,-1,0),
	new Array('Email Us', 'contact_email.htm',-1,-1,0),
	new Array('Get an Estimate', 'estimates.htm',-1,-1,0),
	new Array('Jobs Near You', 'map.htm',-1,-1,0)
  ),739, 51, 210, 10, 'wf_show(3);',0
 ),
 
 new Array(
//Outdoor Fireplaces
  new Array(
	new Array('Fireplaces', 'products-fireplaces.htm',-1,-1,0),
	new Array('Fire Pits', 'products-fire-pits.htm',-1,-1,0),
	new Array('Alternative Fire Features', 'products-fire_alternative.htm',-1,-1,0)
  ),224, 687, 175, 10, 'wf_show(4);',0
 ),
 
 new Array(
//Outdoor Kitchens
  new Array(
	new Array('Appliances', 'products-ok_appliances.htm',-1,-1,0),
	new Array('Countertops', 'products-ok_countertops.htm',-1,-1,0),
	new Array('Construction', 'products-ok_construction.htm',-1,-1,0),
	new Array('Finishes', 'products-ok_finishes.htm',-1,-1,0),
	new Array('Design', 'products-ok_design.htm',-1,-1,0),
	new Array('Q & A', 'products-ok_qa.htm',-1,-1,0)
  ),224, 469, 115, 10, 'wf_show(5);',0
 )  
)

