﻿/*
$(window).unload(function() {
    $("#top-panel").css('backgroundImage', '../../Img/ani-loading.gif');
    //alert($("#top-panel").attr('innerText'));
});
*/

function doQuestion(question) {
    return confirm(question);
}


