document.write("<center>");
document.write("<form name='_frm_VK'>");
document.write("<table border=0 width='700' cellpadding=0 cellspacing=0>");
document.write("<tr>");
document.write("<td align='center'>");
document.write("TYPING MODE:");
document.write("<input type='radio' class='cRadio' name='_vietkey_mode' value=0 onFocus='setTypingMode(0);'>OFF | ");
document.write("<input type='radio' class='cRadio' name='_vietkey_mode' value=1 onFocus='setTypingMode(1);'>TELEX | ");
document.write("<input type='radio' class='cRadio' name='_vietkey_mode' value=2 onFocus='setTypingMode(2);'>VNI | ");
document.write("<input type='radio' class='cRadio' name='_vietkey_mode' value=3 onFocus='setTypingMode(3);'>VIQR | ");
document.write("<input type='radio' class='cRadio' name='_vietkey_mode' value=4 onFocus='setTypingMode(4);'>AUTO");
document.write("</td>");
document.write("</tr>");
document.write("</table>");
document.write("</form>");
document.write("</center>");

var vk = my_getcookie('_AUTO');
switch (vk) {
	case '0': document._frm_VK._vietkey_mode[0].checked = true; setTypingMode(0); break;
	case '1': document._frm_VK._vietkey_mode[1].checked = true; setTypingMode(1); break;
	case '2': document._frm_VK._vietkey_mode[2].checked = true; setTypingMode(2); break;
	case '3': document._frm_VK._vietkey_mode[3].checked = true; setTypingMode(3); break;
	case '4': document._frm_VK._vietkey_mode[4].checked = true; setTypingMode(4); break;
	default: document._frm_VK._vietkey_mode[4].checked = true; setTypingMode(4); break;
}
