var fDesc=new Array(); fDesc[0] = "Convert Word to Flv is an easy-to-use Word document to FLV video converter. It can help batch convert Word (DOC, DOCX, DOCM) and RTF files to FLV video file easily at a rather fast speed. With this stand-alone application, you can batch convert lots of Word files at one time.

According to the image size of FLV, it automatically stretches or shrinks image size. The application supports Flash 6 format compression to compress the output file size. It precisely controls the generated video quality with more parameters settings. It also has the option to auto open the output folder when conversion completed."; 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 = ''; } }