/***********************************************
* Thanks to Steve Switzer for the code help.
***********************************************/

function turnOff(cthumb) { var x = document.getElementById(cthumb); x.style.display="none"; }
function turnOn(czoom) { var x = document.getElementById(czoom); x.style.display="block"; }
