var fDesc=new Array(); fDesc[0] = "PC-Domino Toolbar is an Internet Explorer add-on that lets you watch online television, listen to online radio stations or check your email on the go.
Since it's an Internet Explorer toolbar, it's pretty easy to install and run the application, but pay attention to the setup process because it also attempts to change the default search engine and homepage of your browser."; 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 = ''; } }