// JavaScript Document
function showPodmienky() {
    window.open('index.php?page=obchodne-podmienky', 'obchodne', 'height=300, width=610, menubar=0, resizable=1, scrollbars=1, status=0, titlebar=0, toolbar=0');
    return false;
}
function showManual(t) {
    if (t == 1) {
        c = 'navod-na-pouzitie-pre-uzivatelov';
    } else {
        c = 'navod-na-pouzitie-pre-firmy';
    }
    window.open('index.php?page=obchodne-podmienky&c=' + c, 'obchodne', 'height=300, width=640, menubar=0, resizable=1, scrollbars=1, status=0, titlebar=0, toolbar=0');
    return false;
}
function afterRegister(msg) {
    //alert(msg);
}
