
function change() {
document.body.style.cursor="pointer";
}

function defaultcursor() {
document.body.style.cursor="default";
}

