<!--
function mOvrNaveg(src) {
	src.style.cursor = 'hand';
	src.bgColor = '#2D70B4';
}
function mOutNaveg(src) {
	src.style.cursor = 'default';
	src.bgColor = '';
}
//-->