// JavaScript Document

function popUpOpen() {
    var addr='../search/index.html';
    if (document.layers) { addr='../search/index.html'; }
    window.open(addr,"PopUp","width=1200,height=800,toolbar=1,location=0,directories=0,status=1,menubar=0,scrollbars=1,resizable=1");
    return;
}

function popUpOpen2() {
    var addr='../inquiry/index.html';
    if (document.layers) { addr='../inquiry/index.html'; }
    window.open(addr,"PopUp","width=1200,height=800,toolbar=1,location=0,directories=0,status=1,menubar=0,scrollbars=1,resizable=1");
    return;
}
