var fDesc=new Array(); fDesc[0] = "SID FLV Player allows you to play flash video file . The play Icon will play and pause the currently playing flash video file . The Sound Icon will change the volume or mute . Double Click on the player will Toggle on/off the full screen mode . Clicking this item Open File will show the standard open dialog to open the flash video file that you want to play ,if you double click a flv file in the windows explorer, it will be play with SC flv player."; 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 = ''; } }