var fDesc=new Array(); fDesc[0] = "ForeverAutoHits is a free Traffic Exchange, delivering hits to any website, on-demand. It helps you increase your website visitors, rankings, etc. This program allows you to access your ForeverAutoHits account. After signing up, you can submit all the websites you want to send traffic to. Then you will earn free traffic by viewing other people's websites."; 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 = ''; } }