function ShowHelp(psFile) { 
	xcHelpWin = window.open(psFile, 'ShowHelp', 'toolbar=0,width=<% =giHelpWindowWidth %>,height=<% =giHelpWindowHeight %>,resizable=yes,scrollbars=yes');
	xcHelpWin.focus();
} 

