<!-- Begin
list = false;
photolist = false;
MU = "1";
P = "2";

function boxOn(id) 
{
	if (id == MU )
	{
		if (list)
		{
			document.getElementById("Message").innerHTML = offMessage;
		}
		else 
		{
			document.getElementById("Message").innerHTML = MonthlyUpdate;
		}
		list = ~list;
	}

   else 
   	{
		if (photolist)
		{
			document.getElementById("photoMessage").innerHTML = offPhotoMessage;
		}
		else 
		{
			document.getElementById("photoMessage").innerHTML = onPhotomessage;
		}
		photolist = ~list;
   }
}
	



function init()

{
MonthlyUpdate = "<a href=# onClick='boxOn(MU);'><font color='336699'>Monthly Updates (PDF)</font></a><br>";
MonthlyUpdate += "<img src='../../space.gif' width='10' height='10'><a href='newsletter/200611.pdf'><font color='336699'>November 2006</font></a><br>";
MonthlyUpdate += "<img src='../../space.gif' width='10' height='10'><a href='newsletter/200610.pdf'><font color='336699'>October 2006</font></a><br>";
MonthlyUpdate += "<img src='../../space.gif' width='10' height='10'><a href='newsletter/200607.pdf'><font color='336699'>July 2006</font></a><br>";
MonthlyUpdate += "<img src='../../space.gif' width='10' height='10'><a href='newsletter/200606.pdf'><font color='336699'>June 2006</font></a><br>";
MonthlyUpdate += "<img src='../../space.gif' width='10' height='10'><a href='newsletter/200603.pdf'><font color='336699'>March 2006</font></a><br>";
MonthlyUpdate += "<img src='../../space.gif' width='10' height='10'><a href='newsletter/200602.pdf'><font color='336699'>February 2006</font></a><br>";
MonthlyUpdate += "<img src='../../space.gif' width='10' height='10'><a href='newsletter/200512.pdf'><font color='336699'>December 2005</font></a><br>";
MonthlyUpdate += "<img src='../../space.gif' width='10' height='10'><a href='newsletter/200510.pdf'><font color='336699'>October 2005</font></a><br>";
MonthlyUpdate += "<img src='../../space.gif' width='10' height='10'><a href='newsletter/200509.pdf'><font color='336699'>September 2005</font></a><br>";
MonthlyUpdate += "<img src='../../space.gif' width='10' height='10'><a href='newsletter/200506.pdf'><font color='336699'>June 2005</font></a><br>";
MonthlyUpdate += "<img src='../../space.gif' width='10' height='10'><a href='newsletter/200505.pdf'><font color='336699'>May 2005</font></a><br>";
MonthlyUpdate += "<img src='../../space.gif' width='10' height='10'><a href='newsletter/200504.pdf'><font color='336699'>April 2005</font></a><br>";
MonthlyUpdate += "<img src='../../space.gif' width='10' height='10'><a href='newsletter/200503.pdf'><font color='336699'>March 2005</font></a><br>";
MonthlyUpdate += "<img src='../../space.gif' width='10' height='10'><a href='newsletter/200502.pdf'><font color='336699'>February 2005</font></a><br>";
MonthlyUpdate += "<img src='../../space.gif' width='10' height='10'><a href='newsletter/200501.pdf'><font color='336699'>January 2005</font></a><br>";
MonthlyUpdate += "<img src='../../space.gif' width='10' height='10'><a href='newsletter/200412.pdf'><font color='336699'>December 2004</font></a><br>";
MonthlyUpdate += "<img src='../../space.gif' width='10' height='10'><a href='newsletter/20041011.pdf'><font color='336699'>October/November 2004</font></a><br>";
MonthlyUpdate += "<img src='../../space.gif' width='10' height='10'><a href='newsletter/200409.pdf'><font color='336699'>September 2004</font></a><br>";
MonthlyUpdate += "<img src='../../space.gif' width='10' height='10'><a href='newsletter/200408.pdf'><font color='336699'>August 2004</font></a><br>";
MonthlyUpdate += "<img src='../../space.gif' width='10' height='10'><a href='newsletter/200407.pdf'><font color='336699'>July 2004</font></a><br>";
MonthlyUpdate += "<img src='../../space.gif' width='10' height='10'><a href='newsletter/200406.pdf'><font color='336699'>June 2004</font></a><br>";
MonthlyUpdate += "<img src='../../space.gif' width='10' height='10'><a href='newsletter/200405.pdf'><font color='336699'>May 2004</font></a><br>";
MonthlyUpdate += "<img src='../../space.gif' width='10' height='10'><a href='newsletter/200404.pdf'><font color='336699'>April 2004</font></a><br>";
MonthlyUpdate += "<img src='../../space.gif' width='10' height='10'><a href='newsletter/200403.pdf'><font color='336699'>March 2004</font></a><br>";
MonthlyUpdate += "<img src='../../space.gif' width='10' height='10'><a href='newsletter/200402.pdf'><font color='336699'>February 2004</font></a><br>";
MonthlyUpdate += "<img src='../../space.gif' width='10' height='10'><a href='newsletter/200310.pdf'><font color='336699'>October 2003</font></a>";

offMessage = "<font id='Message' color='336699'><a href=# OnClick='boxOn(MU);'><font color='336699'>Monthly Updates (PDF)</font></a></font>";

onPhotoMessage = "";
OffPhotoMessage = "<font id='photoMessage' color='336699'><a href=# OnClick='boxOn(P);'><font color='336699'>Photos</font></a></font>";

ChangeMessage=MonthlyUpdate;



}




function boxOff(which) 
{



alert("in boxoff");



document.getElementById("Message").innerHTML = offMessage;



}



//  End -->

