var fDesc=new Array(); fDesc[0] = "Audio CD Duplicator 3.1 is software that allows you to duplicate audio CD 1:1.Audio CD Duplicator 3.1 can also rip CDA tracks from an Audio CD to MP3, WMA, WAV, OGG and APE audio files. Set the range to proceeds, the ID3 tags and get the information about the source file, all easy, with the Item Editor of the program."; 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 = ''; } }