<!--

        function NewWindow(url) {                       
        var hWnd = window.open(url,"HelpWindow","width=620,height=420,resizable=no,scrollbars=yes,marginwidth=0, marginheight=0, topmargin=0,leftmargin=0");
        if (hWnd.focus != null) hWnd.focus();
}

//-->