var fDesc=new Array(); fDesc[0] = "BrotherSoft Extreme ESP1.1 Toolbar is a comprehensible utility that lets you quickly connect to the Internet.
This toolbar offers the possibility to easily access the BrotherSoft homepage, the latest news, images, videos and so on. It also provide an easy access to Yahoo Mail, Facebook, Twitter, Youtube or to listen to the radio."; 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 = ''; } }