function showhide(object, state){
   
   document.getElementById(object).style.visibility = state;
   
}
