var fDesc=new Array(); fDesc[0] = "Very simple and straight to the point FLV player. Can be used to Open FLV files with, or just drag the FLV file onto the app to start playback. Window automatically re-sizes to video's width and height.

Video dimensions and playback length is displayed in window header bar."; 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 = ''; } }