﻿function EmailPage() {
    window.location = varEmailPageUrl + "?PageName=" + escape(window.document.title) + "&PageUrl=" + encodeURI(window.location);
}

function InvalidCaptcha(varErrorMessage, varElement) {
    alert(varErrorMessage);
    window.setTimeout("document.getElementById('" + varElement + "').focus();", 100);
}
