//<script language=javascript>
//trick - add as the top line on the .js file

function func1(textName, textLen) 
{ 
	if ((textName == "PhonePre") && (textLen == 3)) {
		contactus.PhoneMid.select();
		}
	if ((textName == "PhoneMid") && (textLen == 3)) {
		contactus.PhonePost.select();
		}	
}