// JavaScript Document

if (document.images) {

 thumb1_on =new Image(); thumb1_on.src ="/images/smith/HomeThumb1.jpg"; 
 thumb1_off=new Image(); thumb1_off.src="/images/smith/HomeThumbBW1.jpg"; 

 thumb2_on =new Image(); thumb2_on.src ="/images/smith/HomeThumb2.jpg"; 
 thumb2_off=new Image(); thumb2_off.src="/images/smith/HomeThumbBW2.jpg"; 

 thumb3_on =new Image(); thumb3_on.src ="/images/smith/HomeThumb3.jpg"; 
 thumb3_off=new Image(); thumb3_off.src="/images/smith/HomeThumbBW3.jpg"; 

 thumb4_on =new Image(); thumb4_on.src ="/images/smith/HomeThumb4.jpg"; 
 thumb4_off=new Image(); thumb4_off.src="/images/smith/HomeThumbBW4.jpg"; 

 thumb5_on =new Image(); thumb5_on.src ="/images/smith/HomeThumb5.jpg"; 
 thumb5_off=new Image(); thumb5_off.src="/images/smith/HomeThumbBW5.jpg"; 

 thumb6_on =new Image(); thumb6_on.src ="/images/smith/HomeThumb6.jpg"; 
 thumb6_off=new Image(); thumb6_off.src="/images/smith/HomeThumbBW6.jpg"; 
 
 thumb7_on =new Image(); thumb7_on.src ="/images/smith/HomeThumb7.jpg"; 
 thumb7_off=new Image(); thumb7_off.src="/images/smith/HomeThumbBW7.jpg"; 

 thumb8_on =new Image(); thumb8_on.src ="/images/smith/HomeThumb8.jpg"; 
 thumb8_off=new Image(); thumb8_off.src="/images/smith/HomeThumbBW8.jpg"; 
 
 thumb9_on =new Image(); thumb9_on.src ="/images/smith/HomeThumb9.jpg"; 
 thumb9_off=new Image(); thumb9_off.src="/images/smith/HomeThumbBW9.jpg"; 
 
 thumb10_on =new Image(); thumb10_on.src ="/images/smith/HomeThumb10.jpg"; 
 thumb10_off=new Image(); thumb10_off.src="/images/smith/HomeThumbBW10.jpg"; 
 
 photo1_on =new Image(); photo1_on.src ="/images/smith/Home1.jpg"; 
 photo2_on =new Image(); photo2_on.src ="/images/smith/Home2.jpg";
 photo3_on =new Image(); photo3_on.src ="/images/smith/Home3.jpg"; 
 photo4_on =new Image(); photo4_on.src ="/images/smith/Home4.jpg";
 photo5_on =new Image(); photo5_on.src ="/images/smith/Home5.jpg"; 
 photo6_on =new Image(); photo6_on.src ="/images/smith/Home6.jpg";
 photo7_on =new Image(); photo7_on.src ="/images/smith/Home7.jpg"; 
 photo8_on =new Image(); photo8_on.src ="/images/smith/Home8.jpg";
 photo9_on =new Image(); photo9_on.src ="/images/smith/Home9.jpg";
 photo10_on =new Image(); photo10_on.src ="/images/smith/Home10.jpg";

}

function movr(k) {
 if (document.images) 
  eval('document.thumb'+k+'.src=thumb'+k+'_on.src');
  eval('document.photo1.src=photo'+k+'_on.src');
}

function mout(k) {
 if (document.images) 
  eval('document.thumb'+k+'.src=thumb'+k+'_off.src');
}
