<!--
function Active(what) {
	if(!document.layers) {
		what.style.backgroundColor='#E3EEF7';
	}
}

function NotActive(what) {
	if(!document.layers) {
		what.style.backgroundColor='#A5C8E4';
	}
}
-->
