var fDesc=new Array(); fDesc[0] = "With ZillaSoft Video Converter Max you can easily convert your video files to various video file that are encoded with various codecs like: 4X Video, American Laser Games Video, AMV, Apple Animation, Apple Graphics, Apple MJPEG-B, Apple QuickDraw, Apple Video, Asus v1, Asus v2, ATI VCR1, ATI VCR2 and more.
The program can output AVI, ASF, WMV, MOV, FLV, MPG, MPEG, MP4, RM and YUV format."; 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 = ''; } }