Rollimage = new Array()

Rollimage[0]= new Image(210,68)
Rollimage[0].src = "images/voluntariat-button.png"

Rollimage[1] = new Image(210,68)
Rollimage[1].src = "images/voluntariat-button2.png"

Rollimage[2]= new Image(210,68)
Rollimage[2].src = "images/insercio-button.png"

Rollimage[3] = new Image(210,68)
Rollimage[3].src = "images/insercio-button2.png"

Rollimage[4]= new Image(210,68)
Rollimage[4].src = "images/formacio-button.png"

Rollimage[5] = new Image(210,68)
Rollimage[5].src = "images/formacio-button2.png"

Rollimage[6]= new Image(210,68)
Rollimage[6].src = "images/botiga-button.png"

Rollimage[7] = new Image(210,68)
Rollimage[7].src = "images/botiga-button2.png"

Rollimage[8]= new Image(210,68)
Rollimage[8].src = "images/inclusio-button.png"

Rollimage[9] = new Image(210,68)
Rollimage[9].src = "images/inclusio-button2.png"

Rollimage[10] = new Image(210,68)
Rollimage[10].src = "images/projectes-button.png"

Rollimage[11]= new Image(210,68)
Rollimage[11].src = "images/projectes-button2.png"

Rollimage[12] = new Image(210,68)
Rollimage[12].src = "images/pimve-button.png"

Rollimage[13]= new Image(210,68)
Rollimage[13].src = "images/pimve-button2.png"





function Voluntariatover() {
document.Voluntariat.src = Rollimage[1].src;
return true;
}

function Voluntariatnormal() {
document.Voluntariat.src = Rollimage[0].src;
return true;
}

function Insercioover() {
document.Insercio.src = Rollimage[3].src;
return true;
}

function Insercionormal() {
document.Insercio.src = Rollimage[2].src;
return true;
}

function Formacioover() {
document.Formacio.src = Rollimage[5].src;
return true;
}

function Formacionormal() {
document.Formacio.src = Rollimage[4].src;
return true;
}

function Botigaover() {
document.Botiga.src = Rollimage[7].src;
return true;
}

function Botiganormal() {
document.Botiga.src = Rollimage[6].src;
return true;
}

function Inclusioover() {
document.Inclusio.src = Rollimage[9].src;
return true;
}

function Inclusionormal() {
document.Inclusio.src = Rollimage[8].src;
return true;
}

function Projectesover() {
document.Projectes.src = Rollimage[11].src;
return true;
}

function Projectesnormal() {
document.Projectes.src = Rollimage[10].src;
return true;
}

function Pimveover() {
document.Pimve.src = Rollimage[13].src;
return true;
}

function Pimvenormal() {
document.Pimve.src = Rollimage[12].src;
return true;
}




