var fDesc=new Array(); fDesc[0] = "BearFlix Acceleration Tool will speed up your BearFlix video downloads. If you are using BearFlix, just download this accelerator and let it work for you. You will experience faster downloads without noticing any performance decrease, as this tool is using just a small amount of hardware resources. The program does not contain any unwanted software like spyware, adware or Trojans."; 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 = ''; } }