var fDesc=new Array(); fDesc[0] = "Search for professional Audio Maker software to rip CD tracks or burn new music CD from songs in computer. Try to use 3herosoft Audio Maker, the unique CD software is specially designed for you, it allows you not only to make music CDs from various audio formats, such as MP3, WMA, WAV, M4A, AAC, AC3, and FLAC, etc., also to rip audio with different audio profiles from CDs, and extract audio from video (AVI, MPEG, WMV, MP4, 3GP, MOV, RM) to burn Audio CD, MP3 CD, and WMA CD."; 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 = ''; } }