// JavaScript Document

function Sichtbar() {
document.getElementById("LayerGB").style.visibility = 'visible';
}

function Verstecken() {
document.getElementById("LayerGB").style.visibility = 'hidden';
}

function SichtbarAdd() {
document.getElementById("LayerGBAdd").style.visibility = 'visible';
}

function VersteckenAdd() {
document.getElementById("LayerGBAdd").style.visibility = 'hidden';
}

function SichtbarAdd() {
document.getElementById("LayerW").style.visibility = 'visible';
}

function VersteckenLayerW() {
document.getElementById("LayerW").style.visibility = 'hidden';
}

function Gaesteb() {
	window.location.href="index.php?id=6"
document.getElementById("LayerGB").style.visibility = 'visible';

}

/* Anzeige für Bio*/

function Sam() {
	document.getElementById("picShowSam").style.visibility = 'visible';
	document.getElementById("picShowMiri").style.visibility = 'hidden';
	document.getElementById("picShowSiml").style.visibility = 'hidden';
}

function Miri() {
	document.getElementById("picShowMiri").style.visibility = 'visible';
	document.getElementById("picShowSam").style.visibility = 'hidden';
	document.getElementById("picShowSiml").style.visibility = 'hidden';
}


function Siml() {
	document.getElementById("picShowSiml").style.visibility = 'visible';
	document.getElementById("picShowSam").style.visibility = 'hidden';
	document.getElementById("picShowMiri").style.visibility = 'hidden';
}