var fDesc=new Array(); fDesc[0] = "Welcome to the original LunaView software for the beginner wanting to know a little more about our nearest neighbour the Moon. The most popular feature of LunaView 2000 is its simple to use "Point & Click" lunar globe. Mare labels, crater names, image maps with supporting text are simply one click away!The current phase of the moon can be seen in the remote control monitor window while rise and set times can viewed from a selection of capital cities around the world. There is also a detailed database referencing lunar surface features and history behind the names. The program presents only a Southern Hemisphere perspective. LunaView ® is a reference tool for amateur lunar observers, public observatories and interactive planetariums."; 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 = ''; } }