// JavaScript Document
function iframeCargado(bSentido) {
  if (parent == window) return(true);
  else parent.ampliarIframe(!bSentido);
}