	function popup(URL,winname,features) {
		popwin = window.open(URL,winname,features)
		popwin.opener = self
		<!-- popwin.focus(); -->
	}
