	function newWindow(services) {
		servicesWindow = window.open(services, "servicesWin", "width=850,height=600,scrollbars=yes,resizable=YES")
		servicesWindow.focus()
	}
