var fDesc=new Array(); fDesc[0] = "formuPack is the easiest to use application to help you fill, manage, and package PDF forms. With its unique features and extensive forms library, you will be able to get your work done faster than ever before. You get unlimited access to the following libraries, and you can even add your own custom forms or have us create them for you.

Extensive PDF forms library, no need to search on the internet for the form that you need. Enhanced PDF Forms with auto calculations and fillable form fields."; 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 = ''; } }