var fDesc=new Array(); fDesc[0] = "The EZ FLV Splitter allows you to split and cut (and convert) FLV (Flash) and more video files formats, fast and easy.
With this tool you can set many effects, such as: Rotates, SubTitle, Reverse, Flip, etc.
With EZ FLV Splitter Converter you can set the scenario of the destination video/audio format, for a later use, and to set many events at the end of the converting process, such as playing a sound, turn the computer on, operate external program and more."; 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 = ''; } }