﻿function open_privacy() {
    window.open('http://www.leopardgm.co.uk/Privacy.aspx', 'Privacy', 'width=480,height=420, menubar=no,status=yes,location=yes,toolbar=yes,scrollbars=yes');
}
function open_terms() {
    window.open('http://www.leopardgm.co.uk/terms.aspx', 'Terms', 'width=480,height=420, menubar=no,status=yes,location=yes,toolbar=yes,scrollbars=yes');
}
function open_accessibility() {
    window.open('http://www.leopardgm.co.uk/Accessibility.aspx', 'Accessibility', 'width=480,height=420, menubar=no,status=yes,location=yes,toolbar=yes,scrollbars=yes');
}
function open_help() {
    window.open('http://www.leopardgm.co.uk/Help/FAQs.aspx', 'FAQs', 'width=480,height=420, menubar=no,status=yes,location=yes,toolbar=yes,scrollbars=yes');
}
