var fDesc=new Array(); fDesc[0] = "Custom design your players to suite your site in one easy Windows Application. Using this application you can choose your player that best suits your webpage, play first video automatically, auto progress to next video, shuffle videos and locate FLV files."; 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 = ''; } }