function avoidframeview() {
	if (top != self)
	top.location = self.location;
}


function ConfirmAction(text,url) {
	var x = confirm(text);
	if (x == true) {
		window.location.href = url;
	}
}
