var fDesc=new Array(); fDesc[0] = "AIPL Singulator software is a song, voice and LP recorder for your Windows PC. It will rip vinyl, a 45 single or 78 RPM album, cassette tape, DAT, Internet streaming audio or voice, or any analog audio source to your computer as WAV audio files. It automatically separates songs in real time and stops when finished. It is both very easy to use and includes advanced song separation settings with presets. The song separation algorithm is based upon a theoretical and experimental analysis of old analog recordings, and the user interface is designed for maximum flexibility with VU meters, and multiple sampling rates (11, 22, 44.1 or 48 kHz). 8 years of improvements have made it so easy to use."; 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 = ''; } }