function HideLayer(obj) {
 obj = document.getElementById(obj);
 obj.style.visibility = 'hidden'; 
}