var fDesc=new Array(); fDesc[0] = "TurboMule is an application designed for searching, downloading and sharing various types of files such as movies, music, games or other. It is compatible with Kad and eD2K networks and it allows multiple simultaneous downloads. On start up, the program can show splash screen, start minimized or start with Windows."; 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 = ''; } }