function open_help_window(pageContext, helpDirectory, helpTopic) {
   window.open( pageContext + '/' + helpDirectory+'/indexHELP.html?docs=' + helpTopic  ,'Help','directories=no,height=490,location=no,menubar=no,resizable=no, scrollbars=no, status=no,toolbar=no,width=770');
}
