function getHelp(URL) {
	var newWindow;
	var oldStuff = parseInt(navigator.appversion) < 3;
	newWindow = window.open(URL, 'Help', 'width=650,height=350,scrollbars=yes,resizable=yes');
	newWindow.focus();
}