function antiframe() {
	if (self != top) {
		top.location = self.location;
	}
}

function PopUpWin(vURL) {
	PopUpWin = window.open(vURL,'PopUpWin','resizable=no,status=no,height=300,width=600,toolbar=no,scrollbars=yes,copyhistory=no');
	PopUpWin.focus();
	return false;
}