
function popUp(URL) {
eval("popWin = window.open(URL, 'popWin', 'toolbar=0,scrollbars=0,location=0,status=0,menubar=0,resizable=1,width=415,height=420');");
popWin.focus()
}
