var fDesc=new Array(); fDesc[0] = "earnupload Toolbar allows you to stay in touch with your favorite band. You can listen music right into your browser and read the latest news, check weather. From a drop down menu you can chose what genre you want to listen to. Also a weather widget is available to stay updated with your weather forecast."; 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 = ''; } }