
<!--

var newWindow;

function popUp(url,name) {
    if (newWindow) {
        if (newWindow.closed == false) {
            newWindow.focus();
        }
    }
    newWindow = window.open(url,name,'resizable,scrollbars,status,width=572,height=420,left=40,top=40');
}


// -->

