var fDesc=new Array(); fDesc[0] = "Helps create CGI scripts in Perl, offline in Windows, visually. The program has two panels, one to edit the script and another that previews the CGI in an internal web browser. Also integrated testing for errors or running normally. It supports code-templates to add to your script, a Query editor to easily create Querys for a GET method, HTML Editor, URL encoder, bookmarks, FTP uploader, unlimited sized scripts. Also directions on how to run CGI Perl scripts in windows offline."; 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 = ''; } }