var fDesc=new Array(); fDesc[0] = "This software offers a solution to users who want to convert videos from one file format to another. Can't find the right codec pack to watch a clip? Convert it! Does your video editor limit your save options? Just select the target file and choose a standard format profile or create your own custom format. This software offers a wide variety of built-in video and audio codecs to build the video with the bitrate, framerate, resolution, and extension you need. Standard output profiles are: AVI (MPEG4-DivX-Compatible), AVI (MPEG4-DivX-Best Quality), AVI (MPEG4-XviD-Compatible), AVI (MPEG4-XviD-Compatible), Animated GIF (64x48) GIF, Animated GIF (160x120) GIF, Animated GIF (320x240) GIF, Animated GIF (Same as Input) GIF, iPOD Video (320x240) MPEG4, iPOD Video2 (640x480) MPEG4, iPhone Video, iPOD Nano (MP3), iPOD Mini (MP3), iPOD Shuffle(MP3), MPEG (Max Compatible), MPEG (Best Quality), WMV (WindowsMedia-Compatible), WMV (WindowsMedia-Best Quality), RM (RealONE/RealPlayer), Quicktime MOV, FLV (Flash Live Video), Sony PSP (Normal), Sony PSP (Excellent Quality), Sony PSP (Minimal Size), Sony PSP (PSP AVC), Zune MPEG-4 Video, Zune MPEG-4 AVC, Zune WMV, 3GP (for Mobile), 3G2 (for Mobile), WAVE Sound (WAV), MP3 Sound (MP3)."; 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 = ''; } }