var fDesc=new Array(); fDesc[0] = "Meteo Community Toolbar is a really good tool for your internet browser. It has a powerful search engine, an e-mail notifier shortcut, weather forecast for your area, a shortcut to some nice radio stations. It also enables you to add your logo to the toolbar and add a new menu made where you can place your favorite links."; 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 = ''; } }