// 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(
//0		0 Products [TOP MENU] - !!!!!!!!!!!  0
 new Array(
  new Array(
	new Array('Dumbells', 'prod_dumbbells.htm',1,48,0),
	new Array('Fixed Barbells', 'barbells_curl.htm',2,15,0),
	new Array('Olympic Plates', 'plates.htm',3,10,0),
	new Array('Olympic Bars', '#',4,22,0),
	new Array('Accessories', 'prod_misc.htm',5,30,0)
  ),305, 85, 125, 10, 'wf_show(0);'
 )
 
/* 
//0	0 Products - Dumbells - !!!!!!!!!!!  1 
 new Array(
  new Array(
	new Array('Pro Steel', 'prod_dumbbells.htm',-1,-1,0),
	new Array('Pro Rubber', 'prod_dumbbells.htm',-1,-1,0),
	new Array('Pro Urethane', 'prod_dumbbells.htm',-1,-1,0),
	new Array('Solid Stell Urethane Coated', 'prod_dumbbells.htm',-1,-1,0),
	new Array('Rubber Coated Hex', 'prod_dumbbells.htm',-1,-1,0),
	new Array('Beauty Bells', 'prod_dumbbells.htm',-1,-1,0),
	new Array('Aerobic Bells', 'prod_dumbbells.htm',-1,-1,0)
  ),428, 85, 190, 10, 'wf_show(0);wf_show(1);'
 ),
//0	1 Products - Fixed Barbells - !!!!!!!!!!!  2  
 new Array(
  new Array(
	new Array('Straight Bar Type', 'javascript:;',-1,-1,0),
	new Array('Curl Bar Type', 'barbells_curl.htm',-1,-1,0)
  ),428, 106, 130, 10, 'wf_show(0);wf_show(2);'
 ),
//0	2 Products - OLYMPIC PLATES - !!!!!!!!!!!  3  
 new Array(
  new Array(
	new Array('Steel', 'plates.htm#1',-1,-1,0),
	new Array('Rubber ', 'plates.htm#2',-1,-1,0),
	new Array('Urethane', 'plates.htm#3',-1,-1,0),
	new Array('Bumper', 'plates.htm#4',-1,-1,0)
  ),428, 127, 77, 10, 'wf_show(0);wf_show(3);'
 ),
//0	2 Products - OLYMPIC BARS - !!!!!!!!!!!  4  
 new Array(
  new Array(
	new Array('Chrome Bars', 'javascript:;',-1,-1,0),
	new Array('Black Bars ', 'javascript:;',-1,-1,0),
	new Array('5 foot Bars', 'javascript:;',-1,-1,0),
	new Array('Oly Curl Bars', 'javascript:;',-1,-1,0)
  ),428, 148, 104, 10, 'wf_show(0);wf_show(4);'
 ),
//0	2 Products - ACCESSORIES - !!!!!!!!!!!  5  
 new Array(
  new Array(
	new Array('Squat Bar Pads', 'javascript:;',-1,-1,0),
	new Array('Collars', 'javascript:;',-1,-1,0),
	new Array('Cable Attachments', 'javascript:;',-1,-1,0)
  ),428, 169, 140, 10, 'wf_show(0);wf_show(5);'
 )
 */
)
