var imatges=new Array(4);
imatges[0]=new Image(249,224);
imatges[0]="imatges/llibres.jpg";
imatges[1]=new Image(249,224);
imatges[1]="imatges/disc.jpg";
imatges[2]=new Image(249,224);
imatges[2]="imatges/mans4.jpg";
imatges[3]=new Image(249,224);
imatges[3]="imatges/blanc.gif";

function info_over(){
document.foto.src=imatges[2]
}
function info_out(){
document.foto.src=imatges[3]
}
function repas_over(){
document.foto.src=imatges[0]
}
function repas_out(){
document.foto.src=imatges[3]
}

function serveis_over(){
document.foto.src=imatges[1]
}
function serveis_out(){
document.foto.src=imatges[3]
}
