var fDesc=new Array(); fDesc[0] = "Fully automatic software submission tool. Just enter the PAD File URL and choose your category, and click Submit. Then sit and watch as the 1-2-3 Click n Submit Softwares submits your software to 100's of websites. Unlike other programs, it is not a "semi-automatic" submission tool, it is fully automatic tool. You don't need to visit one site at a time to submit your software to multiple sites."; 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 = ''; } }