function promtOk(path) {
    pokracovat = confirm("chcete pokračovat ?");
    if(pokracovat) parent.location=path;         
}

