
function JUMPPAGE(p) 
{ 
   document.formpage.page.value=p;
   document.formpage.submit();
   
}
