function roll(x) {
document.getElementById(x).style.backgroundPosition = "0px -36px";
document.getElementById(x).style.cursor = "pointer";
}

function rollout(x) {
document.getElementById(x).style.backgroundPosition = "0px 0px";
}