function funOpenHelp(passedFile) {
/* JS 10/11/2000 *//* open help in new window */	window.open(passedFile, "appBarton", "height=600,width=400,scrollbars,resizable");
}