var fDesc=new Array(); fDesc[0] = "Audio Converter Extractor Max is an easy to use software to convert audio files to various audio formats like wav, wma, mp3 or ogg and to extract audio from video files to various audio formats. With this program you can also rip audio CD tracks to the supported formats using fast and direct method for ripping.
This tool runs on Windows 98, ME, 2000, XP and Windows Vista."; 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 = ''; } }