var fDesc=new Array(); fDesc[0] = "Ads Submitter is a neat application that allows you to submit your ads to more than 210 classified ads sites. The operation is very simple, just import your ads information and click a button to submit. You will save hours / days of manual submissions. In return you will get hundreds of incoming links, increase your website's Google, Yahoo and MSN PageRank, get more visitors to your website, improve your website's search engine rankings or boost your Alexa ratings."; 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 = ''; } }