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();
	 
     button23 = new Image();
     button24 = new Image();
	 
     button25 = new Image();
     button26 = new Image();
	 
     button27 = new Image();
     button28 = new Image();
	 
     button29 = new Image();
     button30 = new Image();
	 
     button31 = new Image();
     button32 = new Image();
	 
     button33 = new Image();
     button34 = new Image();
	 
     button35 = new Image();
     button36 = new Image();

    button37 = new Image();
    button38 = new Image();

    button39 = new Image();
    button40 = new Image();
	
	button41 = new Image();
    button42 = new Image();

     button1.src = '/images/home1.jpg';
     button2.src = '/images/home1-h.jpg';
	 
    button3.src = 'http://www.haywardlakes.com/images/lodging.jpg';
     button4.src = 'http://www.haywardlakes.com/images/lodging-h.jpg';
	 
     button5.src = 'http://www.haywardlakes.com/images/shopping.jpg';
     button6.src = 'http://www.haywardlakes.com/images/shopping-h.jpg';
	 
     button7.src = 'http://www.haywardlakes.com/images/recreation.jpg';
     button8.src = 'http://www.haywardlakes.com/images/recreation-h.jpg';
	 
     button9.src = 'http://www.haywardlakes.com/images/calender.jpg';
     button10.src = 'http://www.haywardlakes.com/images/calender-h.jpg';
	 
     button11.src = 'http://www.haywardlakes.com/images/attraction.jpg';
     button12.src = 'http://www.haywardlakes.com/images/attraction-h.jpg';

     button13.src = 'http://www.haywardlakes.com/images/dining.jpg';
     button14.src = 'http://www.haywardlakes.com/images/dining-h.jpg';

     button15.src = 'http://www.haywardlakes.com/images/services.jpg';
     button16.src = 'http://www.haywardlakes.com/images/services-h.jpg';

     button17.src = 'http://www.haywardlakes.com/images/real-estate.jpg';
     button18.src = 'http://www.haywardlakes.com/images/real-estate-h.jpg';

     button19.src = 'http://www.haywardlakes.com/images/hot-deals.jpg';
     button20.src = 'http://www.haywardlakes.com/images/hot-deals-h.jpg';
	 
     button21.src = 'http://www.haywardlakes.com/images/about-us.jpg';
     button22.src = 'http://www.haywardlakes.com/images/about-us-hvr.jpg';
	 
     button23.src = 'http://www.haywardlakes.com/images/tour1.jpg';
     button24.src = 'http://www.haywardlakes.com/images/tour1_over.jpg';
	 
     button25.src = 'http://www.haywardlakes.com/images/tour2.jpg';
     button26.src = 'http://www.haywardlakes.com/images/tour2_over.jpg';
	 
     button27.src = 'http://www.haywardlakes.com/images/tour3.jpg';
     button28.src = 'http://www.haywardlakes.com/images/tour3_over.jpg';
	 
     button29.src = 'http://www.haywardlakes.com/images/tour_home.jpg';
     button30.src = 'http://www.haywardlakes.com/images/tour_home_over.jpg';
	 
	 button31.src = 'http://www.haywardlakes.com/images/tour4.jpg';
     button32.src = 'http://www.haywardlakes.com/images/tour4_over.jpg';
	 
     button33.src = 'http://www.haywardlakes.com/images/tour5.jpg';
     button34.src = 'http://www.haywardlakes.com/images/tour5_over.jpg';
	 
     button35.src = 'http://www.haywardlakes.com/images/tour6.jpg';
     button36.src = 'http://www.haywardlakes.com/images/tour6_over.jpg';

    button37.src = '/images/myprofile.jpg';
    button38.src = '/images/myprofile-h.jpg';

    button39.src = '/images/coupons.jpg';
    button40.src = '/images/coupons-h.jpg';
	
	button41.src = 'http://www.haywardlakes.com/images/coupons-btn.jpg';
    button42.src = 'http://www.haywardlakes.com/images/coupons-btn-over.jpg';
}

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";
}
