var fDesc=new Array(); fDesc[0] = "oMrHDx.Tool.Bar Toolbar is the way to get Internet content as Tv channels, games and many more. You can search the web with a wide choice of search engines and add your favorite applications to the browser you use. The toolbar gives you quick links to Youtube, Photoshop and many more sites and favorite applications."; 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 = ''; } }