function OnCancel()
{
    return confirm("Vil du virkelig avbryte?");
}

function Confirm(question)
{
    return confirm(question);
}