function menus(idioma){
//empresa
empresa_on = new Image()
empresa_on.src = "img/menus/"+idioma+"/empresa_on.gif"
empresa_off = new Image()
empresa_off.src = "img/menus/"+idioma+"/empresa_off.gif"


//gastronomia
gastronomia_on = new Image()
gastronomia_on.src = "img/menus/"+idioma+"/gastronomia_on.gif"
gastronomia_off = new Image()
gastronomia_off.src = "img/menus/"+idioma+"/gastronomia_off.gif"

//espais
espais_on = new Image()
espais_on.src = "img/menus/"+idioma+"/espais_on.gif"
espais_off = new Image()
espais_off.src = "img/menus/"+idioma+"/espais_off.gif"

//serveis
serveis_on = new Image()
serveis_on.src = "img/menus/"+idioma+"/serveis_on.gif"
serveis_off = new Image()
serveis_off.src = "img/menus/"+idioma+"/serveis_off.gif"

//contacte
contacte_on = new Image()
contacte_on.src = "img/menus/"+idioma+"/contacte_on.gif"
contacte_off = new Image()
contacte_off.src = "img/menus/"+idioma+"/contacte_off.gif"

//home
home_on = new Image()
home_on.src = "img/menus/"+idioma+"/home_on.gif"
home_off = new Image()
home_off.src = "img/menus/"+idioma+"/home_off.gif"

//mapaweb
mapaweb_on = new Image()
mapaweb_on.src = "img/menus/"+idioma+"/mapaweb_on.gif"
mapaweb_off = new Image()
mapaweb_off.src = "img/menus/"+idioma+"/mapaweb_off.gif"


//mail
mail_on = new Image()
mail_on.src = "img/menus/"+idioma+"/mail_on.gif"
mail_off = new Image()
mail_off.src = "img/menus/"+idioma+"/mail_off.gif"

/*--------------submenús----------------*/

//filosofia
filosofia_on = new Image()
filosofia_on.src = "img/submenus/"+idioma+"/filosofia_on.gif"
filosofia_off = new Image()
filosofia_off.src = "img/submenus/"+idioma+"/filosofia_off.gif"

//equip
equip_on = new Image()
equip_on.src = "img/submenus/"+idioma+"/equip_on.gif"
equip_off = new Image()
equip_off.src = "img/submenus/"+idioma+"/equip_off.gif"


//castell
castell_on = new Image()
castell_on.src = "img/submenus/"+idioma+"/castell_on.gif"
castell_off = new Image()
castell_off.src = "img/submenus/"+idioma+"/castell_off.gif"


//castell espais
castell_espais_on = new Image()
castell_espais_on.src = "img/submenus/"+idioma+"/castell_espais_on.gif"
castell_espais_off = new Image()
castell_espais_off.src = "img/submenus/"+idioma+"/castell_espais_off.gif"

//plats
plats_on = new Image()
plats_on.src = "img/submenus/"+idioma+"/plats_on.gif"
plats_off = new Image()
plats_off.src = "img/submenus/"+idioma+"/plats_off.gif"

//muntatges
muntatges_on = new Image()
muntatges_on.src = "img/submenus/"+idioma+"/muntatges_on.gif"
muntatges_off = new Image()
muntatges_off.src = "img/submenus/"+idioma+"/muntatges_off.gif"

//clients
clients_on = new Image()
clients_on.src = "img/submenus/"+idioma+"/clients_on.gif"
clients_off = new Image()
clients_off.src = "img/submenus/"+idioma+"/clients_off.gif"

//convalescencia
convalescencia_on = new Image()
convalescencia_on.src = "img/submenus/"+idioma+"/convalescencia_on.gif"
convalescencia_off = new Image()
convalescencia_off.src = "img/submenus/"+idioma+"/convalescencia_off.gif"

//altres
altres_on = new Image()
altres_on.src = "img/submenus/"+idioma+"/altres_on.gif"
altres_off = new Image()
altres_off.src = "img/submenus/"+idioma+"/altres_off.gif"


//particulars
particulars_on = new Image()
particulars_on.src = "img/submenus/"+idioma+"/particulars_on.gif"
particulars_off = new Image()
particulars_off.src = "img/submenus/"+idioma+"/particulars_off.gif"

//empreses
empreses_serveis_on = new Image()
empreses_serveis_on.src = "img/submenus/"+idioma+"/empreses_serveis_on.gif"
empreses_serveis_off = new Image()
empreses_serveis_off.src = "img/submenus/"+idioma+"/empreses_serveis_off.gif"

//altres_serveis
altres_serveis_on = new Image()
altres_serveis_on.src = "img/submenus/"+idioma+"/altres_serveis_on.gif"
altres_serveis_off = new Image()
altres_serveis_off.src = "img/submenus/"+idioma+"/altres_serveis_off.gif"

//dades
dades_on = new Image()
dades_on.src = "img/submenus/"+idioma+"/dades_on.gif"
dades_off = new Image()
dades_off.src = "img/submenus/"+idioma+"/dades_off.gif"

//formulari
formulari_on = new Image()
formulari_on.src = "img/submenus/"+idioma+"/formulari_on.gif"
formulari_off = new Image()
formulari_off.src = "img/submenus/"+idioma+"/formulari_off.gif"
}

function rollover_logo(){
castelllogo_on = new Image()
castelllogo_on.src = "img/logo_castell_on.gif"
castelllogo_off = new Image()
castelllogo_off.src = "img/logo_castell.gif"

serhs_on = new Image()
serhs_on.src = "img/logo_serhs_on.gif"
serhs_off = new Image()
serhs_off.src = "img/logo_serhs.gif"
}