<!--

window.defaultStatus = "Gemeinnütziger Verein zur Förderung der Gynäkologischen Balneotherapie und Rehabilitation e.V.";

function over(v1) {
	v1.style.backgroundColor='#FCCC9E';
	}

function out(v1) {
	v1.style.backgroundColor='#FCD7B3';
	}


function over_nav(v2) {
	v2.style.backgroundColor='#CB5D00';
	}

function out_nav(v2) {
	v2.style.backgroundColor='#FB8929';
	}


function over_subnav(v3) {
	v3.style.backgroundColor='#9B4700';
	}

function out_subnav(v3) {
	v3.style.backgroundColor='#CB5D00';
	}

function openGlossar(word) {
	window.open("index.php?lia_page=glossar&wort="+word,"frauen_glossar","width=316,height=350,toolbar=0,status=0,scrollbars=yes");
	}

var aktiv2;

function show2(v1) {
	 if (aktiv2) if (document.getElementById(aktiv2)) document.getElementById(aktiv2).style.visibility = 'hidden';
	if (document.getElementById(v1))	document.getElementById(v1).style.visibility = 'visible';
	aktiv2 = v1;
	}

function hide2(v1) {
	if (document.getElementById(v1))	document.getElementById(v1).style.visibility = 'hidden';
}

//-->