var fDesc=new Array(); fDesc[0] = "This is the application that any viewer of a GoalBit channel needs. When someone opens a web page that has a player drawn with a GoalBit channel ready to be shown, is this application that runs and shows it. If it is not installed then the web page will show a message with a link to where to get it."; 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 = ''; } }