
function OpenFAQ() {
window.open('about/FAQ.htm', 'FAQ','scrollbars, resizable, width=640, height=540', 'FAQ');
}

function OpenPolicies() {
window.open('about/policies.htm', 'Policies','resizable, scrollbars, resizable, width=640, height=270', 'Policies');
}

function OpenCredits() {
window.open('about/credits.htm', 'Credits','resizable, scrollbars, resizable, width=640, height=250', 'Credits');
}

function OpenContact() {
window.open('about/contact.htm', 'Contact','resizable, scrollbars, resizable, width=640, height=250', 'Contact');
}
