function showhide(elem,state){
  document.getElementById(elem).style.display=state;
}

function submitform(){
  document.pool.submit();
}