<!--

        function NewWindow(url) {                       
        var hWnd = window.open(url,"HelpWindow","width=650,height=526,resizable=no,scrollbars=yes");
        if (hWnd.focus != null) hWnd.focus();
}

//-->