// 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(
//Pavers
  new Array(
	new Array('Company Overview', 'about.htm',-1,-1,0),
	new Array('Press', 'about-press.htm',-1,-1,0),
	new Array('Bio\'s', 'about-bios.htm',-1,-1,0),
	new Array('2009 Survey Results', 'docs/survey_results_2009.pdf',-1,-1,1),
	new Array('Testimonials', 'testimonials.htm',-1,-1,0),
	new Array('Yard Crasher', 'yard_crasher.htm',-1,-1,0)
  ),122, 51, 150, 10, 'wf_show(0);',0
 )
)
