// Begin global login switchers.switchGlobalUser = function() {	user = document.getElementById("globalUsername");	user.style.backgroundPosition = "0 -79px";	}	switchGlobalPass = function() {	user = document.getElementById("globalPassword");	user.style.backgroundPosition = "0 -80px";	}// End global login switchers.switchUser = function() {
	user = document.getElementById("username");
	user.style.backgroundPosition = "-2px -351px";
	}
	
switchPass = function() {
	user = document.getElementById("password");
	user.style.backgroundPosition = "-2px -352px";
	}

switchCamperFirst = function() {
	user = document.getElementById("camperFirst");
	user.style.backgroundPosition = "-2px -352px";
	}

switchCamperLast = function() {
	user = document.getElementById("camperLast");
	user.style.backgroundPosition = "-2px -353px";
	}
	
switchCamperBirthday = function() {
	user = document.getElementById("camperBday");
	user.style.backgroundPosition = "-2px -353px";
	}

switchViewerFirst = function() {
	user = document.getElementById("viewerFirst");
	user.style.backgroundPosition = "-2px -353px";
	}

switchViewerLast = function() {
	user = document.getElementById("viewerLast");
	user.style.backgroundPosition = "-2px -352px";
	}

switchEmail = function() {
	user = document.getElementById("email");
	user.style.backgroundPosition = "-2px -353px";
	}

switchPhone = function() {
	user = document.getElementById("phone");
	user.style.backgroundPosition = "-2px -353px";
	}

switchFirst = function() {
	user = document.getElementById("camperFirst");
	user.style.backgroundPosition = "0 -2px";
	}

switchLast = function() {
	user = document.getElementById("camperLast");
	user.style.backgroundPosition = "0 -1px";
	}
	
switchMessage = function() {
	user = document.getElementById("message");
	user.style.backgroundPosition = "0 0";
	}