﻿// JScript File

function getnewimage(obj) 
{

obj.style.backgroundImage="url('http://www.rentbin.ca/images/mouseoverbutton.gif')"; 
obj.style.textDecoration="none";
}




function getoldimage(obj) 
{

obj.style.backgroundImage=""; 
obj.style.textDecoration="underline";
} 