if (top!=self) { top.location.href=self.location.href; }

function wopen(url) {
	if (url) {
	opwin = window.open(url);
	opwin.focus();
	}
}