/* Compressed by the perl version of jsmin. */
<!--
var navURLs=new Array('earth_moon_sun.php','solar_system.php','space_explor.php','stars_neb.php','astro_ob.php','gal_cosmos.php','stargazing.php');var linkText=new Array('Earth, Moon, and the Sun','The Solar System','Space Probes and Human Exploration','Stars and Nebulae','Astronomers and Observatories','Galaxies and Cosmology','Stargazing and Star Lore');function navbar(){var navStr='';for(var i=0;i<navURLs.length;i++){if(location.href.indexOf(navURLs[i])==-1){navStr+='<A HREF="'+navURLs[i]+'">'+linkText[i]+'</A><sub>&nbsp;</sub><br>';}}
document.writeln(navStr);}