var fDesc=new Array(); fDesc[0] = "The StationLogger is a complete solution for radio station audio logging and replaces former tape logging systems. StationLogger runs on a standard, preferably dedicated, modern computer under Windows® 98 (or later), using low-priced IDE hard disks and standard audio hardware. When equipped with a network card this audio can be shared over your network. Recording is done in file chunks of an hour with a selectable quality setting and with obligatory file names. Hard disk capacity is used to the maximum. If there is a lack of space, StationLogger removes the oldest audio file, to create room for the new recording. Although StationLogger has proven to be a very reliable application, there is an option to receive an e-mail warning in case of any malfunction. (this requires an Internet connection)."; 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 = ''; } }