<!--
Page = new String(document.location);
if (parseInt(navigator.appVersion) > 3)
	{
 	 if (navigator.appName=="Netscape") 
		{
		 WorkArea = window.innerWidth - 161 - 20;
		}
	if (navigator.appName.indexOf("Microsoft") != -1) 
		{
		 WorkArea = document.body.offsetWidth - 161 - 40;
		}
	}
document.write('<div style="text-align: center; margin-left: 0px; width: 100%; left: 0px; background-image: url(Images/menubar.jpg); background-repeat: repeat-x; "><IMG SRC="Images/Splash.gif" width="800" height="164" ALT="San Antonio Astronomical Association" hspace=0 vspace=0 border=0 align=top></a><br /><br /></div>');
//-->


