function subform (page)
{
    document.page_form.page.value = page ;
    document.page_form.submit() ;
}