function inquiry (URL) {
window.open(URL, 'popUpWin', 'toolbar=no,location=no,directories=no,status=yes,menub ar=no,scrollbar=no,resizable=no,copyhistory=yes,width=740,height=550');
}

function inquirymain (URL) {
window.open(URL, 'popUpWin', 'toolbar=no,location=no,directories=no,status=yes,menub ar=no,scrollbar=auto,resizable=no,copyhistory=yes,width=740,height=650');
}

