function showhidelayer(layerID,action) {
  document.getElementById(layerID).style.display=action;
}