function openWin(URL) {
	if(window.opener) {
				self.close();
	} else {
		window.location.href="http://www.millhill.org.uk/";
	}
}