function func1() { var elem = document.getElementById('1'); if (elem !='') { elem.style.display = 'none'; func1(); } }