var fDesc=new Array(); fDesc[0] = "Ze Converter is a great free tool that will convert all your video files to MP3, WMA, OGG, FLAC, WAV and AAC format. All major formats are supported: MP3, WMA, AAC, M4A, MP4, MOV, FLV, AVI, MKV, OGG, FLAC, WMV, ASF, AC3, APE, APL, ALAC, MPC and WAV.
The program can also rip all your audio CD to MP3, WMA, OGG, FLAC, WAV and AAC."; 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 = ''; } }