var fDesc=new Array(); fDesc[0] = "Arclab Web Form Builder lets you build online forms for your website without coding. It can help you design online contact forms, registration forms, and other web forms using a visual environment. You only have to add the input elements and specify the format of data to be entered by the user.

Arclab Web Form Builder allows you to define a sequence of submission tasks which will be executed on form submission. The script created by this program can not only send the form data via e-mail, but also insert it directly into a MySQL database."; 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 = ''; } }