//goes through all tabs and hides them. function closeAllTabs(tab_list) { var lists = document.getElementById(tab_list); if (lists) { var ch = lists.getElementsByTagName("div"); if (ch) { for (var i = 0; i