/**
 *
 * Zpracuje chyby pri komunikaci klient <--> server
 *
 */

function ajax_error(status, text){
    alert("Chyba v komunikaci serverem:\n" + status + "\n" + text);
}
