﻿function ConfirmNavigation()
{
    return confirm("Navigating away from this page will cause you to lose any unsaved changes. \r\nDo you want to continue?");
}

