	archiveoff = new Image(144,54);
	archiveon = new Image(144,54);
	archiveoff.src = "http://www.midnightwraiths.org/images/ArchivesButtonOff.gif";
	archiveon.src = "http://www.midnightwraiths.org/images/ArchivesButtonOver.gif";
	
	libraryoff = new Image(144,54);
	libraryon = new Image(144,54);
	libraryoff.src = "http://www.midnightwraiths.org/images/LibraryButtonOff.gif";
	libraryon.src = "http://www.midnightwraiths.org/images/LibraryButtonOver.gif";
	
	moongateoff = new Image(144,54);
	moongateon = new Image(144,54);
	moongateoff.src = "http://www.midnightwraiths.org/images/MoongateButtonOff.gif";
	moongateon.src = "http://www.midnightwraiths.org/images/MoongateButtonOver.gif";	
	
	galleryoff = new Image(144,54);
	galleryon = new Image(144,54);
	galleryoff.src = "http://www.midnightwraiths.org/images/ArtGalleryButtonOff.gif";
	galleryon.src = "http://www.midnightwraiths.org/images/ArtGalleryButtonOver.gif";
	
	forumsoff = new Image(144,54);
	forumson = new Image(144,54);
	forumsoff.src = "http://www.midnightwraiths.org/images/ForumsButtonOff.gif";
	forumson.src = "http://www.midnightwraiths.org/images/ForumsButtonOver.gif";
	
	joinusoff = new Image(144,54);
	joinuson = new Image(144,54);
	joinusoff.src = "http://www.midnightwraiths.org/images/JoinUsButtonOff.gif";
	joinuson.src = "http://www.midnightwraiths.org/images/JoinUsButtonOver.gif";
