﻿function PrivacyStatement() 
{
    window.open('/resources/privacystatement.aspx','PrivacyStatement','menubar=yes,scrollbars=yes,resizable=yes,width=550,height=480')
}
function Copyright()
{
    window.open('/resources/copyright.aspx','Copyright','menubar=yes,scrollbars=yes,resizable=yes,width=550,height=480');
}
function TermsAndConditions()
{
    window.open('/resources/termsandconditions.aspx','TermsAndConditions','menubar=yes,scrollbars=yes,resizable=yes,width=550,height=480');
}
