var fDesc=new Array(); fDesc[0] = "GoodOK Flash Video FLV Converter is a powerful and easy to use video to FLV and FLV to video conversion software which helps you convert all video files such as AVI, WMV, MPEG, ASF, VOB, MP4, iPhone, MOV to FLV, SWF..

It also can convert FLV to all other video formats including AVI, WMV, DVD, MP4, iPod, 3GP, iPhone, Zune, PSP, Xbox, PMP, Apple TV, Pocket PC, and MOV. It can extract audio from FLV video and save them as MP3, AAC, AC3, AMR,etc.."; 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 = ''; } }