function mouseOver1()
{
document.event1.src ="images/arrow/arrow_left_hover2.png"
} 
function mouseOut1()
{
document.event1.src ="images/arrow/arrow_left.png"
}

function mouseOver2()
{
document.event2.src ="images/arrow/arrow_right_hover2.png"
}
function mouseOut2()
{
document.event2.src ="images/arrow/arrow_right.png"
}

function mouseOver3()
{
document.event3.src ="images/button/withoutasound_button_hover.png"
} 
function mouseOut3()
{
document.event3.src ="images/button/withoutasound_button.png"
}

function mouseOver4()
{
document.event4.src ="images/button/memories_button_hover.png"
}
function mouseOut4()
{
document.event4.src ="images/button/memories_button.png"
}

function mouseOver5()
{
document.event5.src ="images/button/ilfautquejesois_button_hover.png"
}
function mouseOut5()
{
document.event5.src ="images/button/ilfautquejesois_button.png"
}

function mouseOver6()
{
document.event6.src ="images/more_hover.png"
}
function mouseOut6()
{
document.event6.src ="images/more.png"
}

function mouseOver7()
{
document.event7.src ="images/more2_hover.png"
}
function mouseOut7()
{
document.event7.src ="images/more2.png"
}

function mouseOver8()
{
document.event8.src ="images/button/somnambulant_button_hover.png"
}
function mouseOut8()
{
document.event8.src ="images/button/somnambulant_button.png"
}

function mouseOver9()
{
document.event9.src ="images/button/ucu_button_hover.png"
}
function mouseOut9()
{
document.event9.src ="images/button/ucu_button.png"
}

function mouseOver10()
{
document.event10.src ="images/button/eidos_button_hover.png"
}
function mouseOut10()
{
document.event10.src ="images/button/eidos_button.png"
}

function mouseOver11()
{
document.event11.src ="images/button/misc_button_hover.png"
}
function mouseOut11()
{
document.event11.src ="images/button/misc_button.png"
}

function mouseOver12()
{
document.event12.src ="images/index/withoutasound_hover.png"
}
function mouseOut12()
{
document.event12.src ="images/index/withoutasound.png"
}

function mouseOver13()
{
document.event13.src ="images/index/memories_hover.png"
}
function mouseOut13()
{
document.event13.src ="images/index/memories.png"
}

function mouseOver14()
{
document.event14.src ="images/index/ilfautquejesois_hover.png"
}
function mouseOut14()
{
document.event14.src ="images/index/ilfautquejesois.png"
}

function mouseOver15()
{
document.event15.src ="images/button/vision_button_hover.png"
}
function mouseOut15()
{
document.event15.src ="images/button/vision_button.png"
}

function mouseOver16()
{
document.event16.src ="images/index/vision_hover.png"
}
function mouseOut16()
{
document.event16.src ="images/index/vision.png"
}

function mouseOverHeader3_photo()
{
document.eventHeader3_photo.src ="images/header3_photo.gif"
}
function mouseOutHeader3_photo()
{
document.eventHeader3_photo.src ="images/header3_photogrey.gif"
}

function mouseOverHeader3_exhibit()
{
document.eventHeader3_exhibit.src ="images/header3_exhibit.gif"
}
function mouseOutHeader3_exhibit()
{
document.eventHeader3_exhibit.src ="images/header3_exhibitgrey.gif"
}

function mouseOverHeader3_public()
{
document.eventHeader3_public.src ="images/header3_public.gif"
}
function mouseOutHeader3_public()
{
document.eventHeader3_public.src ="images/header3_publicgrey.gif"
}
