function mnOver(theId) {
	document.getElementById(theId).className='subNaviAct';
}

function mnOut(theId) {
	document.getElementById(theId).className='none';
}
