function openAmazonWindow(URL) {
    var w = window.open(URL,'prima_window','width=600,height=800,resizable=1,menubar=0, scrollbars=1, titlebar=0,screenX=1,screenY=100,top=100,left=1');
    w.focus();
}

function openMainWindow(URL) {
    var w = window.open(URL, 'brw_main');
    w.focus();
}

function refreshOpener() {
    if (opener && !opener.closed) {
        var url = opener.location;
        opener.location = url;
    }
}

function openStatementExamplePop() {
    var w = window.open('https://www.bigredwire.com/visitors/statement_example_pop.html','statement_example','width=580,height=500,menubar=0, scrollbars=1, resizable =1 titlebar=0,screenX=400,screenY=300,top=140,left=30');
    w.focus();
}

function openPaperPaymentsPop() {
    var w = window.open('/members/paper_payments_pop.jsp','def_credit_pop','width=245,height=430,menubar=0,titlebar=0,screenX=1,screenY=100,top=100,left=1');
    w.focus();
}
