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