<!-- Begin
// Form that uses this script must have form name called "myform" and the field to be focused called: cust_name


 function namefcus()
		{
		document.myform.cust_name.focus();
		}

//  End -->
