// 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(
//About Us
  new Array(
	new Array('Our Company', 'about.htm',-1,-1,0),
	new Array('Choosing a Contractor', 'choosing_a_contractor_in_dayton_cincinnati_ohio_oh.htm',-1,-1,0),
	new Array('Articles', 'javascript:;',4,1,0)
  ),435, 74, 130, 10, 'wf_show(0);',0
 ),
 new Array(
//Bathroom
  new Array(
	new Array('Bathroom Remodeling', 'bathrooms.htm',-1,-1,0),
	new Array('Bathroom Ideas', 'bathroom_ideas.htm',-1,-1,0),
	new Array('Bathroom Designs', 'bathroom_designs_dayton_ohio.htm',-1,-1,0),
	new Array('Bathroom Tile', 'ceramic_tile_dayton_ohio.htm',-1,-1,0)
  ),170, 201, 125, 10, 'wf_show(1);',0
 ),
 new Array(
//Kitchens
  new Array(
	new Array('Kitchen Remodeling', 'kitchens.htm',-1,-1,0),
	new Array('Kitchen Design Ideas', 'kitchen_remodeling_dayton_ohio.htm',-1,-1,0),
	new Array('Kitchen Tile', 'ceramic_tile_dayton_ohio.htm',-1,-1,0)
  ),170, 228, 125, 10, 'wf_show(2);',0
 ),
 new Array(
//Kitchens
  new Array(
	new Array('Overview', 'painting.htm',-1,-1,0),
	new Array('Exterior Painting', 'painting_techniques_dayton_ohio.htm',-1,-1,0),
	new Array('Interior Painting', 'interior_painting.htm',-1,-1,0)
  ),170, 255, 120, 10, 'wf_show(3);',0
 ),
 new Array(
//About Us - Articles
  new Array(
	new Array('Painting Styles', 'painting_contractors_dayton_cincinnati_ohio.htm',-1,-1,0),
	new Array('Energy Saving Tips', 'home_energy_saving_tips_dayton_ohio.htm',-1,-1,0)
  ),563, 126, 110, 10, 'wf_show(0);wf_show(4);',0
 )
)


//if(page==0)
//{
//arrMenu[1][2] = 176; arrMenu[2][2] = 203; arrMenu[3][2] = 230;
//}
