function printPreview () {
	var l=document.createElement("link");
	l.setAttribute("href", "http://www.familienservice.de/data/css/print.css");
	l.setAttribute("media", "screen");
	l.setAttribute("rel", "stylesheet");
	l.setAttribute("type", "text/css");
	document.getElementsByTagName("head")[0].appendChild(l);
	this.print();
}

function standortList () {
	if (document.all&&document.getElementById) {
		navRoot = document.getElementById("dstandorte");
		navRoot.onmouseover=function() {
			this.className+=" over";
		}
		navRoot.onmouseout=function() {
			this.className=this.className.replace(" over", "");
		}
	}
}

function startList () {
	if (document.all&&document.getElementById) {
		navRoot = document.getElementById("dfirmen");
		navRoot.onmouseover=function() {
			this.className+=" over";
		}
		navRoot.onmouseout=function() {
			this.className=this.className.replace(" over", "");
		}

		navRoot = document.getElementById("dangehoerige");
		navRoot.onmouseover=function() {
			this.className+=" over";
		}
		navRoot.onmouseout=function() {
			this.className=this.className.replace(" over", "");
		}

		navRoot = document.getElementById("dbetreuuer");
		navRoot.onmouseover=function() {
			this.className+=" over";
		}
		navRoot.onmouseout=function() {
			this.className=this.className.replace(" over", "");
		}

		navRoot = document.getElementById("dstandorte");
		navRoot.onmouseover=function() {
			this.className+=" over";
		}
		navRoot.onmouseout=function() {
			this.className=this.className.replace(" over", "");
		}
	}
}
