var fDesc=new Array(); fDesc[0] = "CyberIpod Video Converter Max is a program that converts your video files to various video formats. This program contains a friendly interface and have an easy-to-use design, support the most popular video formats, preview the input video files before converting, automatic generation for output file names, variety range of encoders and decoders. This program works with any video file encoded with any of the following codecs: 4X Video,AMV, Apple Animation, Apple Graphics, Apple MJPEG-B, Apple QuickDraw, Apple Video, Asus v1, Asus v2, ATI VCR1, ATI VCR2, Autodesk RLE, AVID DNxHD, AVS video, Bethsoft VID, 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 = ''; } }