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
	 
	 
	 	 
     button1.src = 'http://www.hometheaterevolutions.com/images/nav_r1_c1.jpg'
     button2.src = 'http://www.hometheaterevolutions.com/images/nav_o_r1_c1.jpg'
	 
	 button3.src = 'http://www.hometheaterevolutions.com/images/nav_r1_c2.jpg'
     button4.src = 'http://www.hometheaterevolutions.com/images/nav_o_r1_c2.jpg'
	 
	 button5.src = 'http://www.hometheaterevolutions.com/images/nav_r1_c5.jpg'
     button6.src = 'http://www.hometheaterevolutions.com/images/nav_o_r1_c5.jpg'
	 
	 button7.src = 'http://www.hometheaterevolutions.com/images/nav_r1_c8.jpg'
     button8.src = 'http://www.hometheaterevolutions.com/images/nav_o_r1_c8.jpg'
	 
	 button9.src = 'http://www.hometheaterevolutions.com/images/nav_r1_c9.jpg'
     button10.src = 'http://www.hometheaterevolutions.com/images/nav_o_r1_c9.jpg'
	 
	 button11.src = 'http://www.hometheaterevolutions.com/images/nav_r1_c10.jpg'
     button12.src = 'http://www.hometheaterevolutions.com/images/nav_o_r1_c10.jpg'
	 
	 button13.src = 'http://www.hometheaterevolutions.com/images/nav_r1_c13.jpg'
     button14.src = 'http://www.hometheaterevolutions.com/images/nav_o_r1_c13.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";
}