var fDesc=new Array(); fDesc[0] = "With his easy-to-use interface, Leap All Video Converter Platinum is an all-in-one video converting program which has a fast converting speed and excellent output video quality. With this program you can 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."; 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 = ''; } }