function contactFocus() {
	if (document.getElementById["txtFullName"]) {
		document.getElementById["txtFullName"].focus();
	}
}