<!--

IMG01 = "http://www.bearcatco.com/images/template1/on.gif"
IMG02 = "http://www.bearcatco.com/images/template1/off.gif"

function imgover(imgname){
     imgname.src = IMG01
}
function imgout(imgname){
     imgname.src = IMG02
}
//-->