// 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(
//Garden Center
  new Array(
	new Array('Aquatic Section', 'gc_aquatic_section.htm',-1,-1,0),
	new Array('Area Calculator', 'gc_area_calculator.htm',-1,-1,0),
	new Array('Current Events & Weekend Specials', 'gc_specials.htm',-1,-1,0),
	new Array('Dealing with Deer, Rabbits & Other Nuisance animals', 'http://www.deerscram.com/',-1,-1,1),
	new Array('Garden Center Calendar', 'gc_calendar.htm',-1,-1,0),
	new Array('Greenleaf', 'http://www.greenleafnursery.com/',-1,-1,1),
	new Array('How To\'s', 'gc_howto.htm',-1,-1,0),
	new Array('Monrovia', 'http://www.monrovia.com/',-1,-1,1),
	new Array('Other Resource Links', 'gc_others.htm',-1,-1,0),
	new Array('Products', 'gc_products.htm',-1,-1,0),
	new Array('Yard Calendar', 'gc_yard_calendar.htm',-1,-1,0)
  ),160, 342, 275, 10, 'wf_show(0);',0
 ),
 new Array(
//Irrigation
  new Array(
	new Array('About Us', 'irrigation_about.htm',-1,-1,0),
	new Array('Service Request', 'irrigation_service_request.htm',-1,-1,0),
	new Array('Estimate Request', 'irrigation_estimate_request.htm',-1,-1,0),
	new Array('Service Contracts', 'irrigation_service_contracts.htm',-1,-1,0)
  ),127, 366, 110, 10, 'wf_show(1);',0
 ),
 new Array(
//Lighting
  new Array(
	new Array('Lighting', 'lighting.htm',-1,-1,0),
	new Array('Lighting Portfolio', 'lighting_photos.htm',-1,-1,0)
  ),117, 390, 100, 10, 'wf_show(2);',0
 )
)
