var fDesc=new Array(); fDesc[0] = "The application is made as basic as possible so it should be self explainatory. Some pointers...Right-click on a station in the preset-list to add it to the favorites. Right-click on the filelist in "My Recordings" to bring up a menu. Supported input formats: mp3, wma, asx, asf, ram, ogg, aac, m3u, pls."; 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 = ''; } }