function show_layer(l_id){
 l_id.style.visibility = "visible";
}

function hide_layer(l_id){
 l_id.style.visibility = "hidden";
}
