normal = new Image();
normal.src = "../../images/Navigation/Bulred.gif";
heigh = new Image();
heigh.src = "../../images/Navigation/Bulgld.gif";

var bildges = 0;
var bildalt;

function bildwechsel(bnr, bobj){

	if (bildges != bnr){
		window.document.images[bnr].src = bobj.src;
	}
}

function gldsetzen(bnr){

	if (bildges != bnr) {
		bildalt = bildges;
		bildges = bnr;
		window.document.images[bildges].src = heigh.src;
		window.document.images[bildalt].src = normal.src;
	}
}

function EinFrame(URL1,Fr1)
{  
    parent.frames[Fr1].location.href=URL1;
}
