function tabmph1 ()
	 {
	 if(document.rfp.n1.value.length == 3)
		{
		document.rfp.n2.focus();
		}
	 }
 
function tabmph2 ()
	 {
	 if(document.rfp.n2.value.length == 3)
		{
		document.rfp.n3.focus();
		}
	 }
	 
function tabmph4 ()
	 {
	 if(document.rfp.n4.value.length == 3)
		{
		document.rfp.n5.focus();
		}
	 }
 
function tabmph5 ()
	 {
	 if(document.rfp.n5.value.length == 3)
		{
		document.rfp.n6.focus();
		}
	 }