var fDesc=new Array(); fDesc[0] = "The HyperStudio Player is a small (without editing ability) version of HyperStudio that you can use to view HyperStudio projects that friends or family have shared with you, or that you've downloaded from the Internet.
Plays stacks created with HyperStudio 5 or old stacks made with HyperStudio versio 3.3 to 4.5 on Windows XP, Vista and Windows 7."; 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 = ''; } }