﻿function retailerLogin()
{
    if (!window.open('/aGQaRetailValidator/webValidatorLogin.aspx', 'retailer', 'scrollbars=0,width=240,height=635'))
        alert('Your popup blocker is active and preventing you from accessing aGQa. Please disable or otherwise configure it to allow popups from aGQa.');
}

function supplierLogin()
{
    if (!window.open('/aGQaSupplier/sLogin.aspx', 'supplier', 'scrollbars=0,width=251,height=460'))
        alert('Your popup blocker is active and preventing you from accessing aGQa. Please disable or otherwise configure it to allow popups from aGQa.');
}

function consumerLogin()
{
    if (!window.open('/aGQaConsumer/consumerLogin.aspx', 'consumer', ''))
        alert('Your popup blocker is active and preventing you from accessing aGQa. Please disable or otherwise configure it to allow popups from aGQa.');
}