// JavaScript Document

/* COLORFUN- Functions for switching multiple css items. This particular array
~~~will control the header css and the tabs on the main pages.
*/

	function chHeadr1() {
	document.getElementById("headrInBlock").style.backgroundColor = "#521B7D";
	}
	function chHeadr2() {
	document.getElementById("headrPtBlock").style.backgroundColor = "#EF8020";
	}
	function chHeadr3() {
	document.getElementById("headrAgBlock").style.backgroundColor = "#7CBD35";
	}
	function chHeadr4() {
	document.getElementById("headrCnBlock").style.backgroundColor = "#2F9AD9";
	}