<!--
	function openhelp(URL){
		NewWindow=window.open(URL, "helpwindow", 'width=450,height=450,resizable=no,scrollbars=yes');
		NewWindow.focus();
		}
// -->