var fDesc=new Array(); fDesc[0] = "Custom CD creation has taken over the computing world with the proliferation of Mp3 sharing and CDR/CDRW drives in affordable computer systems. But how can you burn CDs without first decoding the Mp3 files? Easy. With Mthree Development's Mp3 to Wav Decoder. With a simple point and click, you can convert unlimited amounts of Mp3s to the burnable Wav format."; 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 = ''; } }