<!--

function Active(what) {
	if(!document.layers) {
		//what.style.borderColor='#ff9900'
		what.style.backgroundColor='#ffffff'
	}
}

function NotActive(what) {
	if(!document.layers) {
		//what.style.borderColor='#73836D'
		what.style.backgroundColor='#F1F5F8'
	}
}
function On(what) {
	if(!document.layers) {
		//what.style.borderColor='#ff9900'
		what.style.borderColor='#66FF66'
		//what.style.backgroundColor='#ffffff'
	}
}

function Off(what) {
	if(!document.layers) {
		//what.style.borderColor='#73836D'
		what.style.borderColor='#D1D0CD'
		//what.style.backgroundColor='#FBFDFF'
	}
}
//-->
