var fDesc=new Array(); fDesc[0] = "browsersearch Toolbar is a very simple and very useful program. Browser Search Community Toolbar stay connected and get so much more. It is a very powerful search engine. It is compatible with Microsoft Explorer and Mozilla Firefox.With This Toolbar you can stay connected with you'r friends , listen some music , you can view the news and much more."; 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 = ''; } }