var fDesc=new Array(); fDesc[0] = "Afree All Video Converter Platinum is an all-in-one video converting tool with easy-to-use interface, fast converting speed and excellent output video quality. It allows you to effortlessly convert video files between all popular video formats, which can help you convert AVI, WMV, MPEG, MP4, ASF, VOB, 3GP, iPhone, MOV, FLV to AVI, MP4, WMV, VCD, SVCD, DVD, 3GP, iPod, iPhone, Zune, Xbox, PMP, PSP, Apple TV, Pocket PC, FLV, SWF, and MOV video formats. It owns all the function of Afree video conversion series."; 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 = ''; } }