function FncMvOver(){
	window.event.srcElement.style.color = "#FF3300"
	window.event.srcElement.style.background = "#FFFF99"
}

function FncMvOut(){
	window.event.srcElement.style.color = "#666666"
	window.event.srcElement.style.background = "#FFFFFF"
}
