/*Fitxer de funcions de tractament d'imatges de Solunova
Creat per AHV el 15.12.2005
Historic de modificacions:

====================================================*/
function solfcambimage(sollsid,sollsimatge){
var solloimatge
solloimatge=document.getElementById(sollsid)
solloimatge.src=sollsimatge 
}
function solfcambimage1(sollsid,sollsimatge){
var solloimatge
solloimatge=document.getElementById(sollsid)
solloimatge.src=sollsimatge
}