var fDesc=new Array(); fDesc[0] = "Hypercosm 3D Player allows you to view interactive Hypercosm 3D simulations. This player uses a standard "plug-in" mechanism to integrate with your web browser in a similar way to other standard web based rich media types such as Apple's Quicktime or Adobe's Shockwave.
Once you install this player, you can view any simulation that has been created with the Hypercosm 3D technology."; 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 = ''; } }