function showhide(id){
document.getElementById(id).style.display="block";
}
