<!--
	function openclose( url ) {
	if (!opener) {
		window.location.href=url;
		} else {
		opener.location.href=url;
		window.close();
	}
}
//-->
