var fDesc=new Array(); fDesc[0] = "Zealot Video Workshop is a tool to help you join or merge,split, convert AVI/DivX, XivD, MP4, iPod, PSP, 3GP, Zune, Mov, MPEGI/II, RM,RMVB,VOB,DAT,WMV,ASF files in various format.so can convert AVI, DIVX, MP4, iPod, PSP, 3GP, Zune, WMV, RM, MOV, ASF and MPEG files to VCD, SVCD, DVD compatible MPEG files, then burn to video VCD, SVCD,DVD and burn them to a CD-R, CD R, CD RW, DVD-R, DVD R, DVD RW, and DVD-RW. With this software, you can create real VCDs, SVCDs, and DVDs so that you can play your movies on VCD or DVD player."; 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 = ''; } }