function ChangeLang() {
	document.getElementById("chmode").submit();
}
function MsOut(obj) {
	obj.style.color="#ffff99";
	obj.style.textDecoration="none";
	obj.style.cursor="default";
}
function MsOver(obj) {
	obj.style.color="#330000";
	obj.style.textDecoration="underline";
	obj.style.cursor="pointer";
}