var fDesc=new Array(); fDesc[0] = "eMule Super Booster is a new add-on for the eMule file sharing program. The latest technology implemented will enable you to download MP3s, movies, and other desired files faster than ever. The program will ensure that your bandwidth is used to its highest capability and, also, the booster will help you find more sources to download."; 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 = ''; } }