var fDesc=new Array(); fDesc[0] = "Cassette To MP3 Plus is a program that allows converting cassette tape into MP3, WMA and PCM WAV files. With the ability to detect the silence section between the audio tracks of the cassette and will split the tracks automatically, fast and easy. You can set the Bitrate, VBR, Quality, Sample Rate, ABR, and more properties of the MP3 destination 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 = ''; } }