if (document.images) {
	joinOff = new Image
	joinOn = new Image
	homeOff = new Image
	homeOn = new Image
	forumsOff = new Image
	forumsOn = new Image

	joinOff.src = "images/join.gif"
	joinOn.src = "images/joinon.gif"
	homeOff.src = "images/home.gif"
	homeOn.src = "images/homeon.gif"
	forumsOff.src = "images/forums.gif"
	forumsOn.src = "images/forumson.gif"
} 
else {
	joinOff = ""
	joinOn = ""
	homeOff = ""
	homeOn = ""
	forumsOff = ""
	forumsOn = ""
	contactOff = ""
	contactOn = ""
}
