var fDesc=new Array(); fDesc[0] = "CD to MP3 WAV Maker is an extremely easy and fast-speed tool to convert your audio CD to MP3, RM, WAV, WMA and OGG files. With a small CD Player built in so you can listen to your CD before converting it. You can add/edit the Title, Artist, Album, Year, Genre and Comment information into the files you create with the small editor."; 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 = ''; } }