var fDesc=new Array(); fDesc[0] = "MyTvShowsOrganizer is a program for searching, downloading, and organizing TV series. It can search for torrent files on various websites including Rarbg, Torrentz, Magnetdl, Torrentproject, and Thepiratebay. This program shows the name of TV show, season/episode, resolution, etc. You can use keywords to filter the search results."; 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 = ''; } }