var fDesc=new Array(); fDesc[0] = "Ultimate Encoder is a high fidelity CDA/MP3 Audio encoder and decoder for Windows 2000, XP or higher, with integrated CD-Grabber, supports MP3 from 8Kbps to 320Kbps and from 4Kbps to 768Kbps, 100KHz, 24-bit. It takes as input Windows PCM .WAV files or CDAudio tracks, and encodes them to MP3 or WMA audio files which can be played with WinAmp or Media Player. It also has a built-in decoder which decodes the Audio MP3 or WMA files to Windows PCM Wav files. It supports Line-In/Microphone live recording directly to MP3 or WMA audio files."; 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 = ''; } }