function changeImage(file)
{
  document.getElementById("image").src='images/'+file;
}
function textInner(component, texto)
{
  document.getElementById(component).innerHTML= texto;
}
function estatus()
{
  status='.:Penya Barcelonista de Suécia:.';
}


