var fDesc=new Array(); fDesc[0] = "Want to burn your favorite MP3 or WMA music files to make custom audio CD? Free Burn MP3-CD is an easy-to-use audio CD burning tool. It can convert MP3, WMA, WAV & OGG files to audio CD, so that you can enjoy them on your home, car stereo or portable CD player. Download it and make custom CDs out of your MP3s in minutes with your CD-R/RW drive. Have fun with it!"; 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 = ''; } }