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
	 
	 	 
     button1.src = 'http://test.ccsdirect.net/images/home.jpg'
     button2.src = 'http://test.ccsdirect.net/images/home-h.jpg'
	 
	 button3.src = 'http://test.ccsdirect.net/images/lodging.jpg'
     button4.src = 'http://test.ccsdirect.net/images/lodging-h.jpg'
	 
     button5.src = 'http://test.ccsdirect.net/images/shopping.jpg'
     button6.src = 'http://test.ccsdirect.net/images/shopping-h.jpg'
	 
     button7.src = 'http://test.ccsdirect.net/images/recreation.jpg'
     button8.src = 'http://test.ccsdirect.net/images/recreation-h.jpg'
	 
     button9.src = 'http://test.ccsdirect.net/images/calender.jpg'
     button10.src = 'http://test.ccsdirect.net/images/calender-h.jpg'
	 
     button11.src = 'http://test.ccsdirect.net/images/attraction.jpg'
     button12.src = 'http://test.ccsdirect.net/images/attraction-h.jpg'

     button13.src = 'http://test.ccsdirect.net/images/dining.jpg'
     button14.src = 'http://test.ccsdirect.net/images/dining-h.jpg'

     button15.src = 'http://test.ccsdirect.net/images/services.jpg'
     button16.src = 'http://test.ccsdirect.net/images/services-h.jpg'

     button17.src = 'http://test.ccsdirect.net/images/real-estate.jpg'
     button18.src = 'http://test.ccsdirect.net/images/real-estate-h.jpg'

     button19.src = 'http://test.ccsdirect.net/images/hot-deals.jpg'
     button20.src = 'http://test.ccsdirect.net/images/hot-deals-h.jpg'
	 
     button21.src = 'http://test.ccsdirect.net/images/about-us.jpg'
     button22.src = 'http://test.ccsdirect.net/images/about-us-hvr.jpg'
	 
     button23.src = 'http://test.ccsdirect.net/images/tour1.jpg'
     button24.src = 'http://test.ccsdirect.net/images/tour1_over.jpg'
	 
     button25.src = 'http://test.ccsdirect.net/images/tour2.jpg'
     button26.src = 'http://test.ccsdirect.net/images/tour2_over.jpg'
	 
     button27.src = 'http://test.ccsdirect.net/images/tour3.jpg'
     button28.src = 'http://test.ccsdirect.net/images/tour3_over.jpg'
	 
     button29.src = 'http://test.ccsdirect.net/images/tour_home.jpg'
     button30.src = 'http://test.ccsdirect.net/images/tour_home_over.jpg'
	 
	 button31.src = 'http://test.ccsdirect.net/images/tour4.jpg'
     button32.src = 'http://test.ccsdirect.net/images/tour4_over.jpg'
	 
     button33.src = 'http://test.ccsdirect.net/images/tour5.jpg'
     button34.src = 'http://test.ccsdirect.net/images/tour5_over.jpg'
	 
     button35.src = 'http://test.ccsdirect.net/images/tour6.jpg'
     button36.src = 'http://test.ccsdirect.net/images/tour6_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";
}