
function openTermekWindow(id) {
    var width = 350;
    var height = 300;
    var top = Math.round(window.screen.height/2)-Math.round(height/2);
    var left = Math.round(window.screen.width/2)-Math.round(width/2);
    window.open("termek_info.php?id=" + id, "TeRmEkPhPId" + id, "width=" + width + ", height=" + height + ", top=" + top + ", left=" + left + ", scrollbars=yes");
}


function openAkcioWindow(id) {
    var width = 350;
    var height = 300;
    var top = Math.round(window.screen.height/2)-Math.round(height/2);
    var left = Math.round(window.screen.width/2)-Math.round(width/2);
    window.open("akcio_info.php?id=" + id, "AkCiOId" + id, "width=" + width + ", height=" + height + ", top=" + top + ", left=" + left + ", scrollbars=yes");
}

function openESzalonCukorWindow() {
    var width = 350;
    var height = 470;
    var top = Math.round(window.screen.height/2)-Math.round(height/2);
    var left = Math.round(window.screen.width/2)-Math.round(width/2);

    window.open("eszaloncukor.php", "ESzalonCukor", "width=" + width + ", height=" + height + ", top=" + top + ", left=" + left + ", scrollbars=yes");
}

function clearHirlevel() {
    if (document.hirlevel.hlevel.value == "nevem@emailcimem.hu") {
        document.hirlevel.hlevel.value = "";
    }
}


