var fDesc=new Array(); fDesc[0] = "Mars Previewer II is a handy tool for the amateur Mars observer. It was born as a observational aid for my own Mars observations. As it was growing, I realized it was really useful for me, and decided to post it in the Internet. It was on the 1997 opposition.
It's a program which given the date, time and timezone of the observer will calculate Mars Physical Ephemeris and draw an image of the globe."; 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 = ''; } }