// FUNCTIE VOOR IMG MOUSEOVER
function mijnmenu(id,img) 
{
document.getElementById(id).src=img;
}
