// 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('Partners', 'partners.htm',-1,-1,0),
	new Array('Shapes', 'shapes.htm',-1,-1,0),
	new Array('Colors', 'colors.htm',-1,-1,0),
	new Array('Patterns', 'patterns.htm',-1,-1,0),
	new Array('Catalogs', 'catalogs.htm',-1,-1,0),
	new Array('Links', 'links.htm',-1,-1,0),
	new Array('Faqs', 'faq.htm',-1,-1,0),
	new Array('Photo Gallery', 'photos.htm',-1,-1,0),
	new Array('Seasonal Tips', 'seasonal_tips.htm',-1,-1,0),
	new Array('Free Estimate', 'request.htm',-1,-1,0)	
  ),665, 51, 90, 10, 'wf_show(0);',0
 ),
 new Array(
//About Us
  new Array(
	new Array('The company', 'about.htm',-1,-1,0),
	new Array('Our Staff', 'our_staff.htm',-1,-1,0)
  ),45, 51, 90, 10, 'wf_show(1);',0
 )
)
