function goPage(form) {
        var pageIndex=form.page.selectedIndex;
        top.window.location=form.page.options[pageIndex].value;
}