function nascondid(str,stat) { 
document.getElementById(str).style.display = stat; 
} 