function hideId(id) { 
    document.getElementById(id).style.display = "none"; 
} 
