var fDesc=new Array(); fDesc[0] = "ToppyPC is a windows-based set of utilities to interact via USB or FTP. Supported options include file/directory manipulation, timers maintenance, start/stop recordings and MP3s, view pvr images, control through a visual remote control, EPG, as well as gathering useful information such as system options, signal/quality levels and more."; 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 = ''; } }