var fDesc=new Array(); fDesc[0] = "With this Windows application you can convert your existing video files to the Flash Video format (FLV). With this program you can export audio layer from the video as MP3, AAC, WAV or OGG, can crop parts of the video with a visual cropping tool, can encode for a specified duration and can add a graphical watermark to your movie."; 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 = ''; } }