function hide(){ var a_span=document.getElementById("text"); setTimeout( function () { a_hide_text(a_span) }, 3333); }