var fDesc=new Array(); fDesc[0] = "LunaView is a reference tool for amateur lunar observers, public observatories and interactive planetariums.
The most popular feature of LunaView is its simple to use "Point & Click" lunar globe. 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."; 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 = ''; } }