if (document.images) {
	
	stuOn = new Image
	fandsOn = new Image
	employerOn = new Image
	contactOn = new Image
	careerOn = new Image
	experOn = new Image
	BCOn = new Image
	
	stuOff = new Image
	fandsOff = new Image
	employerOff = new Image
	contactOff = new Image
	careerOff = new Image
	experOff = new Image
	BCOff = new Image

	stuOn.src = "mn/btns/stu_on.gif"
	fandsOn.src = "mn/btns/fal_on.gif"
	employerOn.src = "mn/btns/employ_on.gif"
	contactOn.src = "mn/btns/contact_on.gif"
	careerOn.src = "mn/btns/career_on.gif"
	experOn.src = "mn/btns/ease_on.gif"
	BCOn.src = "mn/btns/bcc_on.gif"

	stuOff.src = "mn/btns/stu_off.gif"
	fandsOff.src = "mn/btns/fal_off.gif"
	employerOff.src = "mn/btns/employ_off.gif"
	contactOff.src = "mn/btns/contact_off.gif"
	careerOff.src = "mn/btns/career_off.gif"
	experOff.src = "mn/btns/ease_off.gif"
	BCOff.src = "mn/btns/bcc_off.gif"
} 
else {
		
	stuOn = ""
	fandsOn = ""
	employerOn = ""
	contactOn = ""
	careerOn = ""
	experOn = ""
	BCOn = ""
	

	stuOff = ""
	fandsOff = ""
	employerOff = ""
	contactOff = ""
	careerOff = ""
	experOff = ""
	BCOff = ""

	document.students = ""
	document.fands = ""
	document.employers = ""
	document.contact = ""
	document.career = ""
	document.exper = ""
	document.BC = ""
}
