function show_div(div_id){ el = getElemByIdX(div_id); if( el ){ el.display = ""; el.visibility=(dom||ie)? "visible" : "show"; } }