// 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 
// 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(
  new Array(
	new Array('Photo Gallery', 'architectural.htm',-1,-1,0),
	new Array('Shapes & Sizes', 'shapes.htm',-1,-1,0),
	new Array('Colors Collection', 'colors.htm',-1,-1,0),
	new Array('Technical Notes', 'technical.htm',-1,-1,0),
	new Array('Case Studies', 'case.htm',-1,-1,0)
  ),248, 360, 100, 10, 'wf_show(0);',0
 )
)
