﻿function showPrivacyStatement()
{
    var newWindow = window.open('../showPrivacyStatement.html','aName','left=20,top=20,width=500,height=500,toolbar=0,resizable=0,scrollbars=1');
}

function showUserAgreement()
{
    var newWindow = window.open('../showUserAgreement.html','aName','left=20,top=20,width=500,height=500,toolbar=0,resizable=0,scrollbars=1');
}
