function sendFocus(curField, getField, lenOfField)
	{
		if (curField.value.length == lenOfField)
			{
				getField.focus();
			}
	}
	
function newWindow(url)
	{
		window.open(url ,"newWindow2","toolbar=0,menubar=0,status=0,directories=0,locationbar=0,personalbar=0,scrollbars=1,resizable=0,width=750,height=300,left=300,top=10")
	}