// roll over
function swapImg(btnObj, sURL){
btnObj.src = sURL;
}
