//<!-- 
//
//   define javascript routines for Web Desktop Help Windows
//

var hw=""
var nhw=""

function openWindow(winPath) {
    hw = window.open(winPath,"mmb_popup","height=420,width=350,status=no,toolbar=no,menubar=no,location=no,resizable=yes,titlebar=no");
    hw.focus();
    return false;
    }

// -->