function checkReturn(){
	if (parent.document.getElementById('isIni') == null){
		location.href="../index.html";
	}
	else {
		history.back();
	}
}

