var fDesc=new Array(); fDesc[0] = "FLV-Media Player is a professional, free and comprehensive piece of software designed to play any Flash FLV files. It supports all current FLV- and H.264-FLV video formats and it doesn't require a pre-installed Adobe Flash OCX Plugin and you can use it totally free without any restrictions."; 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 = ''; } }