function openNewWindow(URL)
{   popupWin = window.open(URL, 'target01_window', 'resizable,dependent,scrollbars,width=790,height=600');
    if (window.focus) {popupWin.focus();}
} 