// 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('Photo Gallery', 'photos.htm',-1,-1,0),
	new Array('Shapes Library', 'shapes.htm',-1,-1,0),
	new Array('Color Collection', 'colors.htm',-1,-1,0),
	new Array('Patterns', 'patterns.htm',-1,-1,0),
	new Array('Digital Catalogs', 'catalogs.htm',-1,-1,0),
	new Array('Technical', 'technical.htm',-1,-1,0),
	new Array('FAQ\'s', 'faq.htm',-1,-1,0),
	new Array('Industry Links', 'links.htm',-1,-1,0)
  ), 150, 392, 100, 10,  'wf_show(0);',0
 )
)
