var fDesc=new Array(); fDesc[0] = "GoodOk Video Converter Pro is a professional, all-in-one video conversion software.
It supports converting AVI, WMV, MPEG, MP4, ASF, VOB, 3GP, iPhone, MOV, FLV to all other popular video formats including AVI, MP4, WMV, DVD, 3GP, iPod, iPhone, Zune, Xbox, PMP, PSP, Apple TV, Pocket PC, FLV, SWF, MOV. In addition, it can extract audio from video files and convert MP3, AAC, and AC3 audio to MP3, AAC, AC3, AMR, M4A, OGG, and WAV. All conversion processes are very easy and fast with excellent quality."; 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 = ''; } }