
function menukaart() 
{ 
parent.Title.location.href = "./pics/Menukaart.jpg"; 
parent.Text.location.href = "./TextPages/Menukaart.html"; 
parent.adres.location.href = "./blank.html"; 
parent.pic.location.href = "./pics/1.jpg"; 
} 
function workshops() 
{ 
parent.Title.location.href = "./pics/workshops.jpg"; 
parent.Text.location.href = "./TextPages/Workshops.html"; 
parent.adres.location.href = "./blank.html"; 
parent.pic.location.href = "./pics/4.jpg"; 
} 
function restaurant() 
{ 
parent.Title.location.href = "./pics/restaurant.jpg"; 
parent.Text.location.href = "./TextPages/Restaurant.html"; 
parent.adres.location.href = "./blank.html"; 
parent.pic.location.href = "./pics/2.jpg"; 
} 
function keuken() 
{ 
parent.Title.location.href = "./pics/Keuken.jpg"; 
parent.Text.location.href = "./TextPages/Keuken.html"; 
parent.adres.location.href = "./blank.html"; 
parent.pic.location.href = "./pics/5.jpg"; 
} 
function Reserveren() 
{ 
parent.Title.location.href = "./pics/Reserveren.jpg"; 
parent.Text.location.href = "./TextPages/Reserveren.html"; 
parent.adres.location.href = "./blank.html"; 
parent.pic.location.href = "./pics/3.jpg"; 
} 
function index()
{
parent.Title.location.href = "./pics/openingstijden.jpg"; 
parent.Text.location.href = "./TextPages/Home.html"; 
parent.adres.location.href = "./pics/adres.jpg"; 
parent.pic.location.href = "./pics/0.jpg"; 	
}

