<!-- Begin
if (window != window.top) {
top.location.href = self.location.href;
}
//  End -->

<!--

function fulls(){
top.window.moveTo(0,0);
if (document.all) {
top.window.resizeTo(screen.availWidth,screen.availHeight);
}
else if (document.layers||document.getElementById) {
if (top.window.outerHeight<screen.availHeight||top.window.outerWidth<screen.availWidth){
top.window.outerHeight = screen.availHeight;
top.window.outerWidth = screen.availWidth;
}
}
}

// -->

<!--
function go() {
location.replace("http://www.infanciasbreves.org.mx/eco/")
}
//-->

<!--
function goSite() {
location.replace("http://www.infanciasbreves.org.mx/")
}
//-->