var fDesc=new Array(); fDesc[0] = "PAD Creator helps you create and manage your PAD files. You must fill in your products information and save, and then you can validate and create your padfile within a second by just clicking a button. PAD files are commonly used by all major download directories on the net and most of them will poll your padfile from your server automatically once you submitted it.

This application supports unlimited companies and products. It has also a built-in Keyword Generator and a huge Shareware Download Directory of more than 400 sites where you can submit your products to."; 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 = ''; } }