	function onColor(what,type){
		if (type == "1") {what.style.backgroundColor='#666666';}
		if (type == "1") {what.style.color='#FFFFFF';}
		if (type == "2") {what.style.backgroundColor='#666666';what.style.color='#FFFFFF';}
	}

	function offColor(what,type){
		if (type == "1") {what.style.backgroundColor='#CCCCCC';}
		if (type == "1") {what.style.color='#000000';}
		if (type == "2") {what.style.backgroundColor='#CCCCCC';what.style.color='#000000';}

	}
