function showLayer() {

document.getElementById("gruen").style.visibility = "visible";

}


function hideLayer() {

document.getElementById("alertError").style.visibility = "hidden";

}
