function hide_div(div_id){ el = getElemByIdX(div_id); if( el ){ el.visibility = 'hidden'; el.display='none'; } }