
function togglePhone() {
    $("#Phone").css('display', 'none');
    $("#lblPhone").css('display', 'block');
}

function templateInit() {

    // removed auto highlight of first field for better form tracking
	// document.getElementById('first').focus();
}