function showLayer(objId){
if (document.getElementById){
tar=document.getElementById(objId);
tar.style.visibility="visible";
tar.style.display="inline";
}
}
