function _Over (ths) {
	ths.style.backgroundColor = '#eee8ff' ;
}

function _Down (ths) {
	ths.style.backgroundColor = '#eeffff' ;
}

function _Up (ths,loc) {
	ths.style.backgroundColor = '#eeffff' ;
}

function _Out (ths) {
	ths.style.backgroundColor = '#ffffff' ;
}

