function showLayer(){
if(Layer.style.display == 'none'){Layer.style.display = '';}
else{Layer.style.display = 'none';}
}


