function showit(id) { var oTd = document.getElementById('SubMenuLinks'); switch(id) { case 1: oTd.innerHTML = ''; break; case 2: oTd.innerHTML = '<%Option Explicit%>Pastors  History  Vision  Leadership Spiritual Covering'; break; case 3: oTd.innerHTML = '<%Option Explicit%>Ministry Teams Home Groups Pastor Network '; break; case 4: oTd.innerHTML = '<%Option Explicit%>

 

'; break; case 5: oTd.innerHTML = '<%Option Explicit%>

'; break; case 6: oTd.innerHTML = ''; break; case 7: oTd.innerHTML = ''; break; case 8: oTd.innerHTML = ''; break; case 9: oTd.innerHTML = ''; break; //default: } //alert(oTd.innerHTML); } function resetit(id) { //var oTd = document.getElementById('SubMenuLinks'); //oTd.innerHTML = '<%Option Explicit%>

 

'; }