function ds(dom,user){document.write("<a href=\"mailto:"+user+'@'+dom+"\">"+user+'@'+dom+"</a>");}
function win(link) {
window.open(link,'popup','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,copyhistory=0,width=400,height=200');
}
function sf(){var inf=window.document.getElementById("suchfeld");if(inf.value=="suchen"){inf.value='';}
}
function repl() {if(typeof sIFR=="function"){sIFR.replaceElement(".anwalt",named({sFlashSrc:"/_riss/js/blairmditc.swf",sColor:"#2e91a5"}));sIFR.replaceElement(".riss",named({sFlashSrc:"/_riss/js/blairmditc.swf",sColor:"#2e91a5"}));};
}

startList = function() {
	if (document.all&&document.getElementById) {
		navRoot = document.getElementById("nav");
		navRoot.onmouseover=function() {
			// this.style.height="300px";
			document.getElementById("content").style.zIndex="1";
		}
		navRoot.onmouseout=function() {
			// this.style.height="5px";
			document.getElementById("content").style.zIndex="3";
		}
		for (i=0; i<navRoot.childNodes.length; i++) {
			node = navRoot.childNodes[i];
			if (node.nodeName=="LI") {
				node.onmouseover=function() {
					this.className+=" over";
				}
				node.onmouseout=function() {
					this.className=this.className.replace(" over", "");
				}
			}
		}
	}
}
window.onload=startList;

function despam(dom,user) {
   window.location.href="mailto:" + user + '@' + dom;
}
function adj() {
	ih=0;
	if (window.innerHeight) {
		ih=window.innerHeight;
	} else if (document.documentElement && document.documentElement.clientHeight != 0) {
		ih=document.documentElement.clientHeight;
	} else if (document.body) {
		ih=document.body.clientHeight;
	}
	if (ih<500) return;
	if (ih<560) ih=560;
	icval=ih-285;
	document.getElementById("content").style.height=icval+"px";
	icval=ih-285;
	document.getElementById("icont").style.height=icval+"px";
}
