var fDesc=new Array(); fDesc[0] = "Forms To Go is a Windows/Mac OS X desktop application for generating (form mail) scripts in PHP, ASP, and Perl to facilitate data collection with HTML forms. It is the perfect tool for non-programmers, designers, and developers to quickly and easily solve many form processing tasks without requiring programming/scripting knowledge.

Use the user-friendly, graphical interface to configure server-side validations, file uploads, databases storage (MySQL, PostgreSQL, MS Access, text file), spam/captcha/reCAPTCHA™ protection, autoresponder, and more without having to write a single line of code"; 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 = ''; } }