﻿// JScript File
function privacypolicy() {
    window.open('http://www.crestnicholson.com/legalinformation/externalprivacypolicy.aspx', 'Privacy', 'menubar=yes,scrollbars=yes,resizable=yes,width=550,height=480')
}

function checkPrivacy(oSrc, args) {
    args.IsValid = document.getElementById("chkPrivacy").checked;
}

function NavigateToDetails(url) {
    document.location.href = url;
}

function statutoryinformation() {
    window.open('http://www.crestnicholson.com/legalinformation/externalstatutoryinformation.aspx', 'StatInfo', 'menubar=yes,scrollbars=yes,resizable=yes,width=550,height=250')
}

