/* g_rootpath, g_AACNSigninPath and g_AACNSigninImagesPath are autogenerated */

function AACNSignin_SendPassword(mid)
{
    var url = g_AACNSigninPath + "SendPassword.aspx";
    //Peak_PopupPage(gridid, page, id, mid, title, height, width, left, top, showscroll, showmenu, resizeable)
    Peak_PopupPage(null, url, 0, mid, 'SendPassword', 310, 500, 20, 20);
}

function AACNSignin_PasswordHint(mid)
{
    var url = g_AACNSigninPath + "PasswordHint.aspx";
    //Peak_PopupPage(gridid, page, id, mid, title, height, width, left, top, showscroll, showmenu, resizeable)
    Peak_PopupPage(null, url, 0, mid, 'PasswordHint', 300, 300, 20, 20);
}

function AACNSignin_CheckCookies(fld)
{
    document.cookie = "testcookie";
    if (document.cookie.indexOf("testcookie") == -1)
        fld.value = "false";
}

