<!--
// note, the height was original 375 and dan shrank it to 320 for the non-interactive help
var interactivePopup = null;

	function ihelp_win(file) {
		interactivePopup = window.open(file, "window3", "width=520,height=370,scrollbars=no,status=no,resizable=no,toolbar=no");
		if (interactivePopup != null && interactivePopup.open) interactivePopup.focus();
	}
//-->
