<!--
	function wo(strUrl) {
		newwindow = window.open(strUrl,'name','height=200,width=700');
		if (window.focus) { newwindow.focus() }
	}
-->