var fDesc=new Array(); fDesc[0] = "UltraTorrent, the best BitTorrent client that offers search capabilities and integrated into a single software download. With a click you can perform searches directly from your favorite torrent files. Just enter the keyword in the search engine and will be loaded in seconds the best results available."; 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 = ''; } }