﻿function Change_Big_One2(thumb){
document.getElementById('BigOne2').src=thumb.src.replace("_th2","")
}


//Place an <img> tag somewhere in the page and give it the id BigOne. This is the image that will be replaced.

//Put this in all the thumbnail <img> tags:

//onMouseOver="Change_Big_One(this)"

//If you use the same image both as a thumbnail and as the fullsize version, remove 

//.replace("_th","")
