var fDesc=new Array(); fDesc[0] = "Winger Directory Submitter allows you to build backlinks to your website to increase page rank and search rankings. This program comes with a list of more than 1500 directories. It can automatically select appropriate category of your website for each directory, which makes the submission process simple; more than 1000 directories support auto submissions. You will need to fill Captcha text if auto captcha is not enabled."; 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 = ''; } }