// 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(
//Artificial Stone
  new Array(
	new Array('Coronado Stone', 'pr_nsp_coronado.htm',-1,-1,0),
	new Array('Eldorado Stone', 'pr_nsp_eldorado.htm',-1,-1,0),
	new Array('Suncrest Stone', 'pr_nsp_suncrest.htm',-1,-1,0)
  ),257, 318, 100, 10, 'wf_show(0);',0
 ),
 new Array(
//Bricks/Pavers
  new Array(
	new Array('Bricks', 'pr_bp_bricks.htm',-1,-1,0),
	new Array('Pavers - Natural Stone', 'pr_bp_naturalpavers.htm',-1,-1,0)
  ),257, 390, 130, 10, 'wf_show(1);',0
 ),
 new Array(
//Natural Stone
  new Array(
	new Array('Boulders', 'pr_ns_boulders.htm',-1,-1,0),
	new Array('Fieldstone', 'pr_ns_fieldstone.htm',-1,-1,0),
	new Array('Flagstone', 'pr_ns_flagstone.htm',-1,-1,0),	
	new Array('Stone Flooring', 'pr_ns_stonetiles.htm',-1,-1,0),
	new Array('Stone Panels', 'pr_ns_wallpanels.htm',-1,-1,0),
	new Array('Buechel Stone', 'pr_ns_buechelstone.htm',-1,-1,0),
	new Array('Building Stones', 'pr_ns_buildingstones.htm',-1,-1,0),	
	new Array('Others', 'pr_ns_others.htm',-1,-1,0)
  ),257, 282, 130, 10, 'wf_show(2);',0
 ),
 new Array(
//Precast Accesories
  new Array(
	new Array('Baluster', 'pr_pa_baluster.htm',-1,-1,0),
	new Array('Bay Window', 'pr_pa_baywindow.htm',-1,-1,0),
	new Array('Column', 'pr_pa_column.htm',-1,-1,0),
	new Array('Fireplace', 'pr_pa_fireplace.htm',-1,-1,0),
	new Array('Front Entryway', 'pr_pa_frontentryway.htm',-1,-1,0),
	new Array('Outdoor Grill Chimney', 'pr_pa_outdoorgrill.htm',-1,-1,0),
	new Array('Pier Cap & Wall Cap', 'pr_pa_cap.htm',-1,-1,0),
	new Array('Window', 'pr_pa_window.htm',-1,-1,0)
  ),257, 354, 130, 10, 'wf_show(3);',0
 )
)
