function fmchk() {
	str1=String(Math.floor(65/6));
	str2=String.fromCharCode(67,68);
	document.cmfm.checkers.value = 'MY' + str1 + str2;
}
