
function OpenCertDetails() {
    thewindow = window.open('https://www.thawte.com/cgi/server/certdetails.exe?code=USJOHN218&referer=https://secure.johnsmustang.com', 'anew', config='height=400,width=450,toolbar=no,menubar=no,scrollbars=yes,resizable=no,location=no,directories=no,status=yes');
}

function open_popup(page) {
    window.open(page);
    return false;
}

function iljbildwin(imgname) {
    iljbildfonst=window.open('','windowname','width=310,height=310');
    iljbildfonst.document.open();
    iljbildfonst.document.writeln("<IMG SRC = " + imgname + ">");
    iljbildfonst.document.close();
}

function set_focus(elem) {
    $( elem ).focus();
}

