var fDesc=new Array(); fDesc[0] = "This is an Internet Explorer 5 Explorer Bar to view HTML source code and other attributes of the sites you are visiting.
HTML Source Code Bar allows you to view and edit all fields of an HTML form. This includes hidden fields. Changes made to the field values are injected back into the live HTML of the webpage you are viewing.

This makes it possible to research the behaviour of the CGI program handling the form."; 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 = ''; } }