// JavaScript Document<!-- script voor menu-->

function SwapPic() {
document.menu.src="../images/menu.jpg"
}

function SwapHome() {
document.menu.src="../images/menu_home.jpg"
}

function SwapRecord() {
document.menu.src="../images/menu_recordnice.jpg"
}

function SwapInterview() {
document.menu.src="../images/menu_interview.jpg"
}

function SwapMusic() {
document.menu.src="../images/menu_music.jpg"
}

function SwapImages() {
document.menu.src="../images/menu_images.jpg"
}

function SwapSpecial() {
document.menu.src="../images/menu_special.jpg"
}

function SwapContact() {
document.menu.src="../images/menu_contact.jpg"
}
function SwapCalendar() {
document.menu.src="../images/menu_calendar.jpg"
}


function SwapPicBack() {
document.menu.src="../images/menu.jpg"
}



