// JavaScript Document
function afbeelding2index()
{
document.getElementById("afbeelding").style.backgroundImage="url(images/index.jpg)";
}

function afbeelding2algemeneinfo()
{
document.getElementById("afbeelding").style.backgroundImage="url(images/algemeneinfo.jpg)";
}

function afbeelding2standhouders()
{
document.getElementById("afbeelding").style.backgroundImage="url(images/standhouders.jpg)";
}

function afbeelding2artiesten()
{
document.getElementById("afbeelding").style.backgroundImage="url(images/artiesten.jpg)";
}

function afbeelding2routebeschrijving()
{
document.getElementById("afbeelding").style.backgroundImage="url(images/routebeschrijving.jpg)";
}

function afbeelding2aanvraagformulier()
{
document.getElementById("afbeelding").style.backgroundImage="url(images/aanvraagformulier.jpg)";
}
function afbeelding2links()
{
document.getElementById("afbeelding").style.backgroundImage="url(images/links.jpg)";
}function afbeelding2fotos()
{
document.getElementById("afbeelding").style.backgroundImage="url(images/fotos.jpg)";
}

