var fDesc=new Array(); fDesc[0] = "FLVPlayer HD is an application that runs files .FLV (Flash video). You can easily play your FLV videos. It has 2 models, 3 ways to play (with the Open Button, Double Click, and Drag and drop the player), Download the latest version in the proper application, Image Capture, Open URL video, Save the model and the last run in the video player, FullScreen Button or Double Click, WideScreen 750x420"; 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 = ''; } }