function gf_ConfirmationAction(question, url)
{
    if (confirm(question))
    {
        window.location.href=url;
    }
}