<!--
	function openWindow(theURL,winName,features) {window.open(theURL,winName,features);}
	function onColor(blah)
	{
		blah.style.backgroundColor='ECF3F6';
	}

	function offColor(blah)
	{
		blah.style.backgroundColor='ffffff';
	}

	function onColor2(blah)
	{
		blah.style.backgroundColor='CCF261';
	}

	function offColor2(blah)
	{
		blah.style.backgroundColor='C0E850';
	}
//-->

