if (document.images) {
 img1_on =new Image();  img1_on.src ="http://www.theoverthehillband.com/design/button_synopsis_b.jpg"; 
 img1_off=new Image();  img1_off.src="http://www.theoverthehillband.com/design/button_synopsis_a.jpg"; 
 
 img2_on =new Image();  img2_on.src ="http://www.theoverthehillband.com/design/button_cast_b.jpg"; 
 img2_off=new Image();  img2_off.src="http://www.theoverthehillband.com/design/button_cast_a.jpg"; 

 img3_on =new Image();  img3_on.src ="http://www.theoverthehillband.com/design/button_trailer_b.jpg"; 
 img3_off=new Image();  img3_off.src="http://www.theoverthehillband.com/design/button_trailer_a.jpg"; 

 img4_on =new Image(); img4_on.src ="http://www.theoverthehillband.com/design/button_crew_b.jpg"; 
 img4_off=new Image(); img4_off.src="http://www.theoverthehillband.com/design/button_crew_a.jpg"; 

 img5_on =new Image(); img5_on.src ="http://www.theoverthehillband.com/design/button_press_b.jpg"; 
 img5_off=new Image(); img5_off.src="http://www.theoverthehillband.com/design/button_press_a.jpg";
 
 img6_on =new Image(); img6_on.src ="http://www.theoverthehillband.com/design/button_festivals_b.jpg"; 
 img6_off=new Image(); img6_off.src="http://www.theoverthehillband.com/design/button_festivals_a.jpg";
 
 img7_on =new Image(); img7_on.src ="http://www.theoverthehillband.com/design/button_technical_b.jpg"; 
 img7_off=new Image(); img7_off.src="http://www.theoverthehillband.com/design/button_technical_a.jpg";
 
 img8_on =new Image(); img8_on.src ="http://www.theoverthehillband.com/design/button_contact_b.jpg"; 
 img8_off=new Image(); img8_off.src="http://www.theoverthehillband.com/design/button_contact_a.jpg";
}
function movr(k) {
 if (document.images) 
  eval('document.img'+k+'.src=img'+k+'_on.src');
}
function mout(k) {
 if (document.images) 
  eval('document.img'+k+'.src=img'+k+'_off.src');
}
function handleOver() {
 if (document.images) 
  document.imgName.src=img_on.src;
}
function handleOut() {
 if (document.images) 
  document.imgName.src=img_off.src;
}