var fDesc=new Array(); fDesc[0] = "blinkxremote17 Toolbar is a helpful browser tool which provides an entire set of quick links to online TV movies. It integrates also a powerful search engine which allows you to search your favorite movies and more. You are allowed to customize this toolbar, by adding more gadgets such as : e-mail notifications, weather information, social networks and many more."; 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 = ''; } }