
function GoHome(){
	parent.frames.main.location.href ='kasteel.htm';
};

function GoAboutUs(){
	parent.frames.main.location.href ='aboutus.htm';
};

function GoRooms(){
	parent.frames.main.location.href ='rooms.htm';
};

function GoSpecials(){
	parent.frames.main.location.href ='specials.htm';
};

function GoDirections(){
	parent.frames.main.location.href ='directions.htm';
};

function GoContactUs(){
	parent.frames.main.location.href ='contactus.htm';
};

