var fDesc=new Array(); fDesc[0] = "Video2SWF is an extremely easy program to convert your video files to Flash. Output Macromedia Flash SWF or FLV files, HTML, and self-executables. Supports .avi, .dv, .mov/.qt, .mpeg, .mp4, .wmv, .aiff, .mp3, .wav, .bmp, .gif, .jpg, .pic, .png, .psd, .tga, .tiff. Select your video compression quality and key frame intervals. Add customizable players to add playback controls, sound controls, scrub bars, and more. Add on click actions to launch web pages or load other SWF movie files. Add overlays/watermarks to easily brand your Flash video. Apply filters such as brightness/contrast, sepia tone, and oil paint. In an Out point editing to choose a section of a video to encode. Batch convert multiple video files at once."; 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 = ''; } }