var fDesc=new Array(); fDesc[0] = "Stellarium for Java is a Java version of Stellarium, a free GPL software which renders realistic skies in real time. With Stellarium, you really see what you can see with your eyes, binoculars or a small telescope. Stellarium is also used in planetariums.
Stellarium for Java (S4J) aims to provide the same functionnalities as the original Stellarium but over the Java platform, thus allowing both a greater portability accross platforms and low level APIs (OpenGL, Direct3X) and evolutivity, as well as lighter and easier coding."; 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 = ''; } }