<!--
	var w = window;
	function opWin(url,wname){
	if ((w == window) || w.closed) {
	w = open(url,wname,"scrollbars=yes,resizable=yes,width=590,height=700");
	} else {
	w.location.replace(url);
	w.focus();
	}
	return(false);
	}
// -->
