imgABOUTUS = new Image();
imgABOUTUS.src = "files/aboutus.gif";

imgARTICLES = new Image();
imgARTICLES.src = "files/articles.gif";

imgCONTACTUS = new Image();
imgCONTACTUS.src = "files/contactus.gif";

imgEVENTS = new Image();
imgEVENTS.src = "files/events.gif";

imgLINKS = new Image();
imgLINKS.src = "files/links.gif";

imgLOGO3 = new Image();
imgLOGO3.src = "files/LOGO3.gif";

imgNEWS = new Image();
imgNEWS.src = "files/news.gif";

imgESSAY = new Image();
imgESSAY.src = "files/essay.gif";

imgGUESTBOOK = new Image();
imgGUESTBOOK.src = "files/guestbook.gif";

imgFORUM = new Image();
imgFORUM.src = "files/forum.gif";

imgSOLSTICE = new Image();
imgSOLSTICE.src = "files/solstice.gif";

function changeit(imgName)
{
  document['logo'].src=eval(imgName+".src");
}

