var fDesc=new Array(); fDesc[0] = "Internet Business Promoter (IBP) is a multi-award winning search engine optimization tool that helps you get high search engine rankings. IBP offers everything you need to successfully promote your website and helps you with all
aspects of website promotion and search engine optimization."; 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 = ''; } }