var fDesc=new Array(); fDesc[0] = "Jackett lets you use a bunch of additional torrent providers with Sonarr, Radarr, SickRage, CouchPotato, and other apps. It turns your Windows home media server into a Torznab API server which the app can interact with. Jackett queries the torrent providers and supplies information to the app for processing. It supports various public trackers, semi-private trackers, and private trackers."; 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 = ''; } }