function contact(){
document.getElementById("directionFrame").src="contact.html";
}
function direction(){
document.getElementById("directionFrame").src="direction.html";
}
function menu(){
document.getElementById("menuframe").src="menu.html";
}
function lunch(){
document.getElementById("menuframe").src="menu.html#lunch";
}
function maincourse(){
document.getElementById("menuframe").src="menu.html#maincourse";
}
function reviews(){
document.getElementById("directionFrame").src="2sG0n.pdf";
}
function starter(){
document.getElementById("menuframe").src="menu.html#starters";
}
function dessert(){
document.getElementById("menuframe").src="menu.html#dessert";
}
function catering(){
document.getElementById("menuframe").src="menu.html#catering";
}
