//<!-- 
changePage()
function changePage() {
	if (top.location!=document.location){
		top.location=document.location;
	}
}
	function procede(que){
	window.open(que,"_self")
	}
// -->