function jws_enroll( dealerid )
{
    url = 'http://www.youniquewealth.com/redir.php?dest=enrol&referring_colleague=' + dealerid;
    opts = 'resizable=yes,status=yes,scrollbars=yes,width=800,height=580';
    firstchild = window.open(url, 'enrollchild', opts);  
}

function jws_shop(dealerid)
{
    url = 'http://www.youniquewealth.com/redir.php?dest=shop';
    if( dealerid )
    {
        url = url + '&referring_colleague=' + dealerid;
    }
    opts = 'resizable=yes,status=yes,scrollbars=yes,width=950,height=650';
    firstchild = window.open(url, 'shopchild', opts);  
}



