var fDesc=new Array(); fDesc[0] = "This is a developer tool (DLL) for Visual Studio to create Flash Video Files (FLV) from other video types. With this program you can convert many types of video to the Flash Video (FLV) format, can extract audio from a video clip as an MP3 or WAV file, can extract single or multiple frames from a video clip and can crop encoded videos."; 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 = ''; } }