var fDesc=new Array(); fDesc[0] = "WizZilla is a Windows GUI front-end that runs a compiled version of prl's command-line getWizPnP perl scripts resulting in a more advanced clone of WizFX for Windows users. With WizZilla, you can:
- View episode information of a recording
- View duration of a recording
- View the size of a recording
- Delete recordings
- Queue and download single or multiple recordings in either .TVWIZ or .TS format."; 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 = ''; } }