// 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(
//Main
  new Array(
	new Array('Bulk Material By The Yard', 'pr_bulk.htm',-1,-1,0),
	new Array('Bagged Product', 'pr_bagged.htm',-1,-1,0),
	new Array('Lesco Products', 'pr_lesco.htm',-1,-1,0),
	new Array('Pine Needles', 'javascript:;',-1,-1,0),
	new Array('Straw', 'javascript:;',-1,-1,0),
	new Array('By The Pallet', 'javascript:;',-1,-1,0),
	new Array('River Rock', 'pr_riverrock.htm',-1,-1,0),	
	new Array('Belgard Pavers', 'pr_belgard.htm',-1,-1,0),
	new Array('Nursery Products', 'javascript:;',1,1,0),
	new Array('Uwharrie Depot Gift Shop', 'pr_uwharrie.htm',-1,-1,0)
  ),240, 242, 160, 10, 'wf_show(0);',0
 ),
 new Array(
//Product Pages
  new Array(
	new Array('Plants', 'javascript:;',-1,-1,0),
	new Array('Shrubs  and Trees', 'javascript:;',-1,-1,0)
  ),399, 410, 110, 10, 'wf_show(0);wf_show(1);',0
 )
)

