var fDesc=new Array(); fDesc[0] = "The Bflix Gadget brings you the best of the web directly to your desktop. Bflix helps you to discover this content and bring it to your desktop for quick access. You can catch up on the latest hot new shows or watch your old favorites. Get thousands of free online games to play and also get suggestions and reviews of the best games found on the web."; 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 = ''; } }