// JavaScript Document
function concerts()
{
	document.getElementById('fondo_cuerpo').style.backgroundImage='url(../images/sonoritzacio/concerts.jpg)';
}

function discomobil()
{
	document.getElementById('fondo_cuerpo').style.backgroundImage='url(../images/sonoritzacio/discomobil.jpg)';
}

function parlaments()
{
	document.getElementById('fondo_cuerpo').style.backgroundImage='url(../images/sonoritzacio/parlaments.jpg)';
}

function esdeveniments()
{
	document.getElementById('fondo_cuerpo').style.backgroundImage='url(../images/sonoritzacio/esdeveniments.jpg)';
}

