var fDesc=new Array(); fDesc[0] = "DigiRadio is an application that allows the ASUS Digimatrix FM Radio to be tuned to FM and AM Frequencies from myHTPC, the command line or a windows shortcut. The application may be run multiple times, but only one instance will run, performing radio tuning. This tool takes a single command line parameter, specifying the frequency to tune to. Once launched it will tune to that frequency and start playing."; 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 = ''; } }