var fDesc=new Array(); fDesc[0] = "Without going into too much detail, Torrent Database is an application for those who download torrents and browse many different site. This application gives you an access to many torrent sites that the developer personally uses as well as sites that users have submitted. Apart from offering torrent sites, torrent trackers, private sites, torrent download clients, IRC torrents, file sharing site, image hosting sites, gossip sites and game cheat sites are also listed."; 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 = ''; } }