﻿/*
    Miscellaneous functions used throughout site
*/

function OpenToS()
{
    var win = window.open("/termsofservice.htm","tc", "width=600,height=500,scrollbars=1");
}

function OpenPrivacyStatement()
{
    var win = window.open("/privacystatement.htm","tc", "width=600,height=500,scrollbars=1");
}