if (document.images) {
   
     button1 = new Image
     button2 = new Image
	 
	 button3 = new Image
     button4 = new Image
	 
	 button5 = new Image
     button6 = new Image
	 
	 button7 = new Image
     button8 = new Image
	 
	 button9 = new Image
     button10 = new Image
	 
	 button11 = new Image
     button12 = new Image
	 
	 button13 = new Image
     button14 = new Image
	 
	 button15 = new Image
     button16 = new Image
	 
	 button17 = new Image
     button18 = new Image
	 
	 button19 = new Image
     button20 = new Image
	 
	 button21 = new Image
     button22 = new Image
	 
		 
	 
	 	 
     button1.src = 'images/apparel.jpg'
     button2.src = 'images/apparel-h.jpg'
	 
	 button3.src = 'images/footwear.jpg'
     button4.src = 'images/footwear-h.jpg'
	 
	 button5.src = 'images/accessories.jpg'
     button6.src = 'images/accessories-h.jpg'
	 
	 button7.src = 'images/clearance.jpg'
     button8.src = 'images/clearance-h.jpg'
	 
	 button9.src = 'images/team-sales.jpg'
     button10.src = 'images/team-sales-h.jpg'
	 
	 button11.src = 'images/top-sellers.jpg'
     button12.src = 'images/top-sellers-h.jpg'
	 
	 button13.src = 'images/cart.png'
     button14.src = 'images/cart-h.png'
	 
	 button15.src = 'images/info.png'
     button16.src = 'images/info-h.png'
	 
	 button17.src = 'images/contact.png'
     button18.src = 'images/contact-h.png'
	 
	 button19.src = 'images/blog.png'
     button20.src = 'images/blog-h.png'
	 
	 button21.src = 'images/home.png'
     button22.src = 'images/home-h.png'
	 
		
 }
 
 
 
 function expand(s)
{
  var td = s;
  var d = td.getElementsByTagName("div").item(0);

  td.className = "menuHover";
  d.className = "menuHover";
}

function collapse(s)
{
  var td = s;
  var d = td.getElementsByTagName("div").item(0);

  td.className = "menuNormal";
  d.className = "menuNormal";
}