function showHide(id,vis) { 
document.getElementById(id).style.visibility=vis; 
}