
trl_off = new Image(54,18)
trl_off.src = "../../../images/trial-rental-lease-btn.gif"
trl_on = new Image(54,18)
trl_on.src = "../../../images/trial-rental-lease-btn-o.gif"

function changeImg(cImg,ref) {
document.images[cImg].src = ref.src
}

