function change_case()
{
document.form1.field1.value=document.form1.field1.value.toUpperCase();
}
