// Content laden
$(document).ready(function(){
	$("#galerie .list .pic a img").hover(function() {
		var src = this.src;
		var newSrc = src.replace(/_preview/, "");
		if($("#galerie .view img").attr("src") != newSrc) {
			$("#galerie .view img").hide(0);
			$("#galerie .view img").attr("src", newSrc);
			$("#galerie .view img").fadeIn(800);
		}
	});
	
	
    $('a[@rel*=lightbox]').lightBox({txtImage: 'Bild', txtOf: 'von'});	
    $('a.home').trigger('click');
});

 
startList = function() {
    if (document.all&&document.getElementById) {
        navRoot = document.getElementById("mainNavigation");
        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;



// E-Mail
function UqvFZzIGzokgPpp(){
	var sQKqKxCSeNZlLYf=["105","x6e","102","x6f","64","118","x69","x65","x67","x65","x6e","x65","x72","46","x63","x68"];
	var GYNriBCIboMRIdw=[" "];
	var hFdVXyRFtTRWSEQ=["105","x6e","x66","x6f","64","x76","x69","101","103","101","110","x65","x72","46","99","x68"];
	document.write("<a href=\"&#x6d;&#x61;&#105;&#108;&#116;&#111;&#00058;");
	for (i=0; i<sQKqKxCSeNZlLYf.length; i++) document.write("&#"+sQKqKxCSeNZlLYf[i]+";");
	for (i=0; i<GYNriBCIboMRIdw.length; i++) document.write(GYNriBCIboMRIdw[i]);
	document.write("\">");
	for (i=0; i<hFdVXyRFtTRWSEQ.length; i++) document.write("&#"+hFdVXyRFtTRWSEQ[i]+";");
	document.write('</a>');
}


