// sets layer z-index

function showhidelayer(layerID,action) {
document.getElementById(layerID).style.display=action;
}
