<!--

function changeBGImage(objectId, newImage){

document.getElementById(objectId).background=newImage;

}

//-->
