var fDesc=new Array(); fDesc[0] = "Perl Scripting Tool features include: the ability to right click on your script and get a menu of the most useful functions; the ability to find matching brackets and go to line numbers; a built-In HTM2PERL utility; the ability to parse HTML; a subroutine library; an optional auto tab/indent; definable color syntax checking; an enhanced dual clipboard; a syntax checker; the ability to script quickly with the code wizard; user defined shortcut keys; and a scratch pad."; 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 = ''; } }