window.addEvent('domready', function(){
   //EVENTO CUANDO LE DAMOS CLICK CON EL RATON A LA OPCION DE QUIENES SOMOS
   $('QuiSom').addEvent('click', function(evento){
      //creo un request
      var prueboRequest = new Request({
         method: 'get',
         url: 'QuiSom.html',
         onRequest: function() { /*alert('Acabas de iniciar una solicitud de contenidos por Ajax!'); */},
         onSuccess: function(texto, xmlrespuesta){ $('CuadroCentral').set('html', texto); myBorder.render('CuadroCentral');},
         onFailure: function(){/*alert('Fallo');*/}
      }).send();      
   });

   //EVENTO CUANDO LE DAMOS CLICK CON EL RATON A LA OPCION DE CONTACTA
   $('Contacta').addEvent('click', function(evento){
      //creo un request
      var prueboRequest = new Request({
         method: 'get',
         url: 'Contacta.html',
         onRequest: function() { /*alert('Acabas de iniciar una solicitud de contenidos por Ajax!'); */},
         onSuccess: function(texto, xmlrespuesta){ $('CuadroCentral').set('html', texto); myBorder.render('CuadroCentral');},
         onFailure: function(){/*alert('Fallo');*/}
      }).send();      
   });

	 //EVENTO CUANDO LE DAMOS CLICK CON EL RATON A LA OPCION DE LOS COLABORADORES
   $('Colabora').addEvent('click', function(evento){
      //creo un request
      var prueboRequest = new Request({
         method: 'get',
         url: 'Colaboradores.html',
         onRequest: function() { /*alert('Acabas de iniciar una solicitud de contenidos por Ajax!'); */},
         onSuccess: function(texto, xmlrespuesta){ $('CuadroCentral').set('html', texto); myBorder.render('CuadroCentral');},
         onFailure: function(){/*alert('Fallo');*/}
      }).send();      
   });
   
   //EVENTO CUANDO LE DAMOS CLICK CON EL RATON A LA OPCION DE LA GALERIA DE CATALUNYA
   $('GaleriaCat').addEvent('click', function(evento){
      //creo un request
      var prueboRequest = new Request({
         method: 'get',
         url: 'GaleriaCat.html',
         onRequest: function() { /*alert('Acabas de iniciar una solicitud de contenidos por Ajax!'); */},
         onSuccess: function(texto, xmlrespuesta){ $('CuadroCentral').set('html', texto); myBorder.render('CuadroCentral');},
         onFailure: function(){/*alert('Fallo');*/}
      }).send();      
   });

	 //EVENTO CUANDO LE DAMOS CLICK CON EL RATON A LA OPCION DEL PROYECTO DE CATALUNYA
   $('ProyCat').addEvent('click', function(evento){
      //creo un request
      var prueboRequest = new Request({
         method: 'get',
         url: 'ProyCat.html',
         onRequest: function() { /*alert('Acabas de iniciar una solicitud de contenidos por Ajax!'); */},
         onSuccess: function(texto, xmlrespuesta){ $('CuadroCentral').set('html', texto); myBorder.render('CuadroCentral');},
         onFailure: function(){/*alert('Fallo');*/}
      }).send();      
   });

	 //EVENTO CUANDO LE DAMOS CLICK CON EL RATON A LA OPCION DEL PROYECTO DE RUMANIA
   $('ProyRumania').addEvent('click', function(evento){
      //creo un request
      var prueboRequest = new Request({
         method: 'get',
         url: 'ProyRumania.html',
         onRequest: function() { /*alert('Acabas de iniciar una solicitud de contenidos por Ajax!'); */},
         onSuccess: function(texto, xmlrespuesta){ $('CuadroCentral').set('html', texto); myBorder.render('CuadroCentral');},
         onFailure: function(){/*alert('Fallo');*/}
      }).send();      
   });

	 //EVENTO CUANDO LE DAMOS CLICK CON EL RATON A LA OPCION DE GALERIA PROYECTO DE RUMANIA
   $('GaleriaRumania').addEvent('click', function(evento){
      //creo un request
      var prueboRequest = new Request({
         method: 'get',
         url: 'Construccion.html',
         onRequest: function() { /*alert('Acabas de iniciar una solicitud de contenidos por Ajax!'); */},
         onSuccess: function(texto, xmlrespuesta){ $('CuadroCentral').set('html', texto); myBorder.render('CuadroCentral');},
         onFailure: function(){/*alert('Fallo');*/}
      }).send();      
   });   

	 //EVENTO CUANDO LE DAMOS CLICK CON EL RATON A LA OPCION DE PRIMERA FASE PROYECTO BURKINA
   $('ProyBurkinaPrimeraFase').addEvent('click', function(evento){
      //creo un request
      var prueboRequest = new Request({
         method: 'get',
         url: 'ProyBurkinaPrimeraFase.html',
         onRequest: function() { /*alert('Acabas de iniciar una solicitud de contenidos por Ajax!'); */},
         onSuccess: function(texto, xmlrespuesta){ $('CuadroCentral').set('html', texto); myBorder.render('CuadroCentral');},
         onFailure: function(){/*alert('Fallo');*/}
      }).send();      
   }); 

	 //EVENTO CUANDO LE DAMOS CLICK CON EL RATON A LA OPCION DE SEGUNDA FASE PROYECTO BURKINA
   $('ProyBurkinaSegundaFase').addEvent('click', function(evento){
      //creo un request
      var prueboRequest = new Request({
         method: 'get',
         url: 'ProyBurkinaSegundaFase.html',
         onRequest: function() { /*alert('Acabas de iniciar una solicitud de contenidos por Ajax!'); */},
         onSuccess: function(texto, xmlrespuesta){ $('CuadroCentral').set('html', texto); myBorder.render('CuadroCentral');},
         onFailure: function(){/*alert('Fallo');*/}
      }).send();      
   });    

	 //EVENTO CUANDO LE DAMOS CLICK CON EL RATON A LA OPCION DE PROYECTO SANDEBA
   $('ProySandeva').addEvent('click', function(evento){
      //creo un request
      var prueboRequest = new Request({
         method: 'get',
         url: 'ProySandeva.html',
         onRequest: function() { /*alert('Acabas de iniciar una solicitud de contenidos por Ajax!'); */},
         onSuccess: function(texto, xmlrespuesta){ $('CuadroCentral').set('html', texto); myBorder.render('CuadroCentral');},
         onFailure: function(){/*alert('Fallo');*/}
      }).send();      
   });

	 //EVENTO CUANDO LE DAMOS CLICK CON EL RATON A LA OPCION DE PROYECTO GUIBA
   $('ProyGuiba').addEvent('click', function(evento){
      //creo un request
      var prueboRequest = new Request({
         method: 'get',
         url: 'ProyGuiba.html',
         onRequest: function() { /*alert('Acabas de iniciar una solicitud de contenidos por Ajax!'); */},
         onSuccess: function(texto, xmlrespuesta){ $('CuadroCentral').set('html', texto); myBorder.render('CuadroCentral');},
         onFailure: function(){/*alert('Fallo');*/}
      }).send();      
   });         

	 //EVENTO CUANDO LE DAMOS CLICK CON EL RATON A LA OPCION DE GALERIA PROYECTOS AFRICA
   $('GaleriaBurkina').addEvent('click', function(evento){
      //creo un request
      var prueboRequest = new Request({
         method: 'get',
         url: 'Construccion.html',
         onRequest: function() { /*alert('Acabas de iniciar una solicitud de contenidos por Ajax!'); */},
         onSuccess: function(texto, xmlrespuesta){ $('CuadroCentral').set('html', texto); myBorder.render('CuadroCentral');},
         onFailure: function(){/*alert('Fallo');*/}
      }).send();      
   });  

   //EVENTO CUANDO LE DAMOS CLICK CON EL RATON A LA OPCION DEL CALENDARIO
   $('Agenda').addEvent('click', function(evento){
      //creo un request
      var prueboRequest = new Request({
         method: 'get',
         url: 'Calendario.php',
         onRequest: function() { /*alert('Acabas de iniciar una solicitud de contenidos por Ajax!'); */},
         onSuccess: function(texto, xmlrespuesta){ $('CuadroCentral').set('html', texto); myBorder.render('CuadroCentral');},
         onFailure: function(){/*alert('Fallo');*/}
      }).send();      
   });

   //EVENTO CUANDO LE DAMOS CLICK CON EL RATON A LA OPCION DEL CALENDARIO
   $('Ayudar').addEvent('click', function(evento){
      //creo un request
      var prueboRequest = new Request({
         method: 'get',
         url: 'Construccion.html',
         onRequest: function() { /*alert('Acabas de iniciar una solicitud de contenidos por Ajax!'); */},
         onSuccess: function(texto, xmlrespuesta){ $('CuadroCentral').set('html', texto); myBorder.render('CuadroCentral');},
         onFailure: function(){/*alert('Fallo');*/}
      }).send();      
   });   
});