var fDesc=new Array(); fDesc[0] = "OtohitsApp is an autosurf engine and traffic exchange system. Websites will appear and you will earn 1 point for each second you stay on the autosurf. You can credit your site and there will be seen by other users. It provides a quick validation of your websites and a constant watching to delete blocking 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 = ''; } }