function verificaframe(url){
	if(window.parent.frame_central == null) {
		window.location="index.php?f=" + url;
	}
}
