function tansitio() {
  new Ajax.Updater('replaced', 'transitio.html', {
    method : 'get',
    onCreate:  function() {
      $('indicator').show();
    },


    onComplete: function(){
      $('indicator').hide();
      new Effect.SlideDown('replaced');

    }

  }); 

  return false;
};

function mercosul() {
  new Ajax.Updater('replaced', 'mercosul.html', {
    method : 'get',
    onCreate:  function() {
      $('indicator').show();
    },
    onComplete: function(){
      $('indicator').hide();
      new Effect.SlideDown('replaced');

    }

  }); 

  return false;
};

function cervantino() {
  new Ajax.Updater('replaced', 'cervantino.html', {
    method : 'get',
    onCreate:  function() {
      $('indicator').show();
    },
    onComplete: function(){
      $('indicator').hide();
      new Effect.SlideDown('replaced');
    }
  }); 
  return false;
}

function madrid() {
  new Ajax.Updater('replaced', 'madrid.html', {
    method : 'get',
    onCreate:  function() {
      $('indicator').show();
    },
    onComplete: function(){
      $('indicator').hide();
      new Effect.SlideDown('replaced');
    }
  }); 
  return false;
}

function estocolmo() {
  new Ajax.Updater('replaced', 'estocolmo.html', {
    method : 'get',
    onCreate:  function() {
      $('indicator').show();
    },
    onComplete: function(){
      $('indicator').hide();
      new Effect.SlideDown('replaced');
    }
  }); 
  return false;
}

function morelia() {
  new Ajax.Updater('replaced', 'morelia.html', {
    method : 'get',
    onCreate:  function() {
      $('indicator').show();
    },
    onComplete: function(){
      $('indicator').hide();
      new Effect.SlideDown('replaced');
    }
  }); 
  return false;
}

