var fDesc=new Array(); fDesc[0] = "FrostWire EZ Booster is an all-in-one utility that comes to support FrostWire, a fresh new client in the P2P world. It employs the latest technology so that you can download movies, MP3s, and any other files you want in the fastest way possible. The program aims at getting your bandwidth to work on its highest capability. Additionally, this booster will greatly improve your simultaneous searches."; 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 = ''; } }