var r=221, g=208, b=216, flag;  // dd, d0, d8
var summand =1.01, auf1ab0=0;

function fadetimer() {
		if (document.getElementById) {
			fade();
		}
}

function fade() {

		if (r>221)  {
			auf1ab0=0;
		}
		if (g<=10)  {
			auf1ab0=1;
		}
		if (auf1ab0==1) {
			r*=summand ; g*=summand ; b*=summand ;
		}
		else {
			r/=summand ; g/=summand ; b/=summand ;
		}

		document.getElementById("willkommen").style.color="rgb("+Math.round(r)+","+Math.round(g)+","+Math.round(b)+")";
		document.getElementById("oeffnung").style.color="rgb("+Math.round(r)+","+Math.round(g)+","+Math.round(b)+")";
		window.setTimeout("fade()", 10);

};


if (top.frames.length>0)
top.location.href=self.location;
window.defaultStatus="Barbarossa-Apotheke Dresden-Striesen";
