<!--
function changeButton(id, img) {  
document.getElementById(id).style.backgroundImage= "url(" + img + ")";
document.getElementById(id).style.cursor= "hand";
}
// --> 

<!--
function changeCursor(id) {
document.getElementById(id).style.cursor= "hand";
}
// --> 