var fDesc=new Array(); fDesc[0] = "Fast Directory Submitter is an easy-to-use free directory submission tool that allows you submit your website with varying title (anchor text) and description to thousands web directories in a record time. With smart build-in features of Fast Directory Submitter, you can save a lot of your time, money and generate natural traffic to your site. Fast Directory Submitter includes 2203 directories."; 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 = ''; } }