function attachMochaLinkEvents(){
	if ($('dondeLink')){
		$('dondeLink').addEvent('click', function(e){
			new Event(e).stop();
			document.mochaUI.newWindow({
				id: 'donde',
				title: 'Donde se encuentra ubicada la planta',
				loadMethod: 'xhr',
				contentURL: 'pages/donde.html',
				width: 600,
				height: 450
			});
		});
	}

	if ($('trozadoLink')){
		$('trozadoLink').addEvent('click', function(e){
			new Event(e).stop();
			document.mochaUI.newWindow({
				id: 'trozado',
				title: 'Carcaza trozada',
				loadMethod: 'xhr',
				contentURL: 'pages/trozada.html',
				width: 650,
				height: 400
			});

		});
	}

	if ($('corteLink')){
		$('corteLink').addEvent('click', function(e){
			new Event(e).stop();
			document.mochaUI.newWindow({
				id: 'corte',
				title: 'Cortes',
				loadMethod: 'xhr',
				contentURL: 'pages/cortes.html',
				width: 650,
				height: 400
			});

		});
	}

	if ($('embutidoLink')){
		$('embutidoLink').addEvent('click', function(e){
			new Event(e).stop();
			document.mochaUI.newWindow({
				id: 'embutidos',
				title: 'Embutidos',
				loadMethod: 'xhr',
				contentURL: 'pages/embutidos.html',
				width: 650,
				height: 400
			});

		});
	}

	if ($('enteraLink')){
		$('enteraLink').addEvent('click', function(e){
			new Event(e).stop();
			document.mochaUI.newWindow({
				id: 'entera',
				title: 'Carcaza entera',
				loadMethod: 'xhr',
				contentURL: 'pages/entera.html',
				width: 650,
				height: 400
			});

		});
	}

	// View
	if ($('cascadeLink')){
		$('cascadeLink').addEvent('click', function(e){	
			new Event(e).stop();
			document.mochaUI.arrangeCascade();
		});
	}

	if ($('img2')){
		$('img2').addEvent('click', function(e){
			new Event(e).stop();
			document.mochaUI.newWindow({
				id: 'imagenes',
				title: 'Algunas Imagenes',
				loadMethod: 'iframe',
				contentURL: 'img2/index.php',
				width: 350,
				height: 300
			});

		});
	}

	if ($('closeLink')){
		$('closeLink').addEvent('click', function(e){	
			new Event(e).stop();
			document.mochaUI.closeAll();
		});
	}	

	if ($('quienesLink')){
		$('quienesLink').addEvent('click', function(e){
			new Event(e).stop();
			document.mochaUI.newWindow({
				id: 'quienes',
				title: 'Qui&eacute;nes somos',
				loadMethod: 'xhr',
				contentURL: 'pages/quienes.html',
				width: 450,
				height: 350
			});
		});
	}

	if ($('receta1Link')){
		$('receta1Link').addEvent('click', function(e){
			new Event(e).stop();
			document.mochaUI.newWindow({
				id: 'receta1',
				title: 'Estofado de conejo',
				loadMethod: 'xhr',
				contentURL: 'pages/receta1.html',
				width: 450,
				height: 400
			});
		});
	}

	if ($('receta2Link')){
		$('receta2Link').addEvent('click', function(e){
			new Event(e).stop();
			document.mochaUI.newWindow({
				id: 'receta2',
				title: 'Hamburguesas de conejo',
				loadMethod: 'xhr',
				contentURL: 'pages/receta2.html',
				width: 450,
				height: 400
			});
		});
	}

	if ($('receta3Link')){
		$('receta3Link').addEvent('click', function(e){
			new Event(e).stop();
			document.mochaUI.newWindow({
				id: 'receta3',
				title: 'Pat&eacute; de conejo',
				loadMethod: 'xhr',
				contentURL: 'pages/receta3.html',
				width: 450,
				height: 400
			});
		});
	}

	if ($('ventajaLink')){
		$('ventajaLink').addEvent('click', function(e){
			new Event(e).stop();
			document.mochaUI.newWindow({
				id: 'ventaja',
				title: 'La carne de conejo',
				loadMethod: 'xhr',
				contentURL: 'pages/ventaja.html',
				width: 450,
				height: 400
			});
		});
	}

	if ($('cuadroLink')){
		$('cuadroLink').addEvent('click', function(e){
			new Event(e).stop();
			document.mochaUI.newWindow({
				id: 'cuadro',
				title: 'Cuadro comparativo',
				loadMethod: 'xhr',
				contentURL: 'pages/cuadro.html',
				width: 450,
				height: 200
			});
		});
	}

	if ($('contactoLink')){
		$('contactoLink').addEvent('click', function(e){
			new Event(e).stop();
			document.mochaUI.newWindow({
				id: 'contacto',
				title: 'Cont&aacute;ctese con nosotros:',
				loadMethod: 'xhr',
				contentURL: 'pages/contacto.html',
				modal: true,
				width: 300,
				height: 420
			});
		});
	}

	if ($('contactLink')){
		$('contactLink').addEvent('click', function(e){
			new Event(e).stop();
			document.mochaUI.newWindow({
				id: 'contact',
				title: 'Cont&aacute;ctese con nosotros:',
				loadMethod: 'xhr',
				contentURL: 'pages/contacto.html',
				modal: true,
				width: 300,
				height: 420
			});
		});
	}

	if ($('opcion51')){
		$('opcion51').addEvent('click', function(e){
			new Event(e).stop();
			document.mochaUI.newWindow({
				id: 'op51',
				title: 'Supermercados',
				loadMethod: 'xhr',
				contentURL: 'pages/supers.html',
				width: 250,
				height: 150
			});

		});
	}


	if ($('opcion52')){
		$('opcion52').addEvent('click', function(e){
			new Event(e).stop();
			document.mochaUI.newWindow({
				id: 'op52',
				title: 'Carnicerias',
				loadMethod: 'xhr',
				contentURL: 'pages/carnicerias.html',
				width: 250,
				height: 300
			});

		});
	}


	if ($('opcion53')){
		$('opcion53').addEvent('click', function(e){
			new Event(e).stop();
			document.mochaUI.newWindow({
				id: 'op53',
				title: 'Restaurantes',
				loadMethod: 'xhr',
				contentURL: 'pages/restaurantes.html',
				width: 250,
				height: 150
			});

		});
	}
	// Deactivate menu header links
	$$('a.returnFalse').each(function(el){
		el.addEvent('click', function(e){
			new Event(e).stop();
		});
	});
	
}
