var fDesc=new Array(); fDesc[0] = "GiliSoft MP3 CD Maker supports burning music CD (Audio CD) from any popular audio and video format files including MP3, WMA, WAV, AAC, FLAC, OGG, APE, AVI, MPEG, WMV, MP4, FLV, MKV, H.264/MPEG-4 AVC, AVCHD and many others. Well, the fact is normal CDs can only store/play up to 80 minutes of music. MP3 CDs can play music for as long as you like so you can fill up space on your MP3 CD. Plus most CD players and car CD players support MP3 CDs. With GiliSoft MP3 CD Maker, you can also create MP3 CD/DVD or WMA CD/DVD from all supported media 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 = ''; } }