var fDesc=new Array(); fDesc[0] = "Dream Convert MP4 to MP3 is an application that can convert music from Apple Mac to Windows without iTunes. This program allows you to convert MP4 to MP3, WAV to MP3, WMA to MP3 and audio from QuickTime (MP4, M4A, MOV) to MP3, WMV and WMA, providing good audio quality after conversion."; 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 = ''; } }