﻿function menu(id) {
	parent.frmMenu.document.getElementById(id).className = id + 'On';
}
