var fDesc=new Array(); fDesc[0] = "A high fidelity MP3 Audio encoder & decoder for Windows 5, 98, ME, NT & 2000, with integrated CD-Grabber and CD Player, supports MPEG Layer 1, 2 and 3, it takes as input Windows PCM .WAV files or Direct CDA tracks, and encodes them to MPEG files which can be played with WinAmp. It also has a built-in decoder which decodes the Audio MPEG files Layer 1, 2 and 3 to Windows PCM Wav 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 = ''; } }