﻿function resetPassword()
{
    return GB_showCenter('Reset Password', TR_ROOT_DIR  + 'ui/Main/frmPassword.aspx',230,300);
}

function childClosing()
{
    parent.parent.GB_hide();
}

