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