var fDesc=new Array(); fDesc[0] = "DebugBar is an Internet Explorer addon to help you in debugging your HTML code. This plugin allows you to test your web pages in different versions of Internet Explorer. Also, you can browse through your code using the Web Browser Spy feature, which separates the code based on HTML tags for easy understanding."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }