function fadein(id) {
    document.getElementById(id).style.cursor = "hand";
}
