function to_u_page(vm, va) {
    document.fmain.m.value = vm;
    document.fmain.a.value = va;
    document.fmain.submit();
}
