var fDesc=new Array(); fDesc[0] = "Morpheus Turbo Booster (MoTB) is an excellent accelerator for Morpheus file sharing program. The high-tech software architecture of the application and the pleasant interface make MoTB a must-have for any Morpheus user due to its considerably increased download speed; it automatically deals with network bottlenecks, consuming rather low resources from your computer."; 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 = ''; } }