﻿

function isCheckValid(oSrc, args) {
    args.IsValid = document.getElementById('ctl00_ContentPlaceHolder1_Uc_getGVdialer1_chkAgreeLicenseAgreement').checked;
}

function isCheckValidFull(oSrc, args) {
    args.IsValid = document.getElementById('ctl00_ContentPlaceHolder1_uc_freeTrialGetGVdialer_chkAgreeLicenseAgreement').checked;
}

function gotoPage(pageName) {
    document.location.href = "http://www.gvdialer.com/" + pageName;
}


/*
function showPinAlert(txtVoiceMailPinID) {


    if (txtVoiceMailPinID.value.length != 4) {
        var agree=confirm("Please remember to enter your PIN into the application after completing the download!\r\nEnjoy GVdialer and make it a great day!");
        if (agree)
            return true;
        else {
            txtVoiceMailPinID.focus();
            return false;
        }
    }

}
*/