<!-- hide script from old browsers
if(document.images){
button1_off=new Image();
button1_on=new Image();
button2_off=new Image();
button2_on=new Image();
button3_off=new Image();
button3_on=new Image();
button4_off=new Image();
button4_on=new Image();


button1_off.src="images/Yellowfence061207_03.gif";
button1_on.src="images/Yellowfence061207_03_over.gif";

button2_off.src="images/Yellowfence061207_04.gif";
button2_on.src="images/Yellowfence061207_04_over.gif";

button3_off.src="images/Yellowfence061207_05.gif";
button3_on.src="images/Yellowfence061207_05_over.gif";

button4_off.src="images/Yellowfence061207_06.gif";
button4_on.src="images/Yellowfence061207_06_over.gif";


}function Rollme(n,x){
document.images[n].src=x.src
}
// end hiding script from old browsers -->