function convertIE() {
document.charset='shift_jis';
return true;
}
document.onkeypress = convertIE;

