function autotab(current,to){
    if (current.getAttribute && current.value.length==current.getAttribute("maxlength")) {
        to.focus() 
        }
}

function paging(pag,pgm)
{
	document.f1.act.value='PAGING';
	document.f1.pagectl.value=pag;	
	document.f1.action="/hillbros/" + pgm;
	document.f1.submit();
}

function resetsearch(pgm)
{
	document.f1.act.value='RESET';
	document.f1.pagectl.value='FIRST';	
	document.f1.action="/hillbros/" + pgm;
	document.f1.submit();
}

function navcall(pgm)
{
	document.f1.act.value='';
	document.f1.action="/hillbros/" + pgm;
	document.f1.submit();
}

