var fDesc=new Array(); fDesc[0] = "Flash Video MX Pro is the professional conversion tool to convert video to FLV(Flash video) and Adobe Flash (SWF) ready for the web or to be shared across the Internet connections. This program will generate FLV files with personalized control bars and settings to make the online sharing easier and simpler. It supports almost all types of video formats such as DVD to FLV, MPEG to FLV, AVI to FLV, MPG to FLV, WMV to FLV, RM to FLV, RMVB to FLV, MOV to FLV, ASF to FLV, MP4 to FLV, 3GP to FLV, etc. Meanwhile it can generate Flash movie (SWF) as the FLV player embedded in an HTML page for easier sharing and promotion. Besides, the program is a fine Flash Video Batch Encoder for converting multiple video files at once. With Flash Video MX Pro, professional users can control the conversion by personalizing the outlook of the control bars with the WYSIWYG editor, inserting SWF/FLV cue points to the end video and controlling the player at runtime by using the "player API"."; 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 = ''; } }