function confirmDiscard( question )
{
    // Ask user if he really wants to do it.
    return confirm( question );
}