if (document.observe) document.observe("dom:loaded", function() {

});
function doNavigateTo(p) {
  document.frmSearch.current_page.value = p;
  document.frmSearch.submit();
}