﻿// JScript File
function poponload(typeAir) {
    loc_time = getLocalTime();
    if (typeof typeAir == 'undefined') {typeAir = ''}
    testwindow = window.open ("jetTypes.aspx?t=" + typeAir, "mywindow" + loc_time, "width=100,height=100,resizable=1,status=1,scrollbars=1");
    testwindow.focus();
}

function printpopup(page) {
    loc_time = getLocalTime();
    if (typeof page != 'undefined') {
    testwindow = window.open (page, "mywindow" + loc_time,
        "width=650,height=500,resizable=1,status=0,scrollbars=1");
    testwindow.focus();
    }
}