        //Fuer das wechseln der Buttons

        function Mouse1over(obj) {

   		 obj.src="gif/Button_Stadt_tief.gif"

        }

        function Mouse1out(obj) {

    	 obj.src="gif/Button_Stadt.gif"

        }

        function Mouse2over(obj) {

        obj.src="gif/Button_Web_tief.gif"

        }

        function Mouse2out(obj) {

        obj.src="gif/Button_Web.gif"

        }

        function Mouse5over(obj) {

        obj.src="gif/Java_tief.gif"

        }

        function Mouse5out(obj) {

        obj.src="gif/Java.gif"

        }

        

        				//Fuer die Wechselfarben der Schriften

				function MachSchwarz(){

					document.getElementById("Wechselfarbe").style.color="black";

					window.setTimeout("MachBlau()",2000);

				}

				function MachBlau(){

					document.getElementById("Wechselfarbe").style.color="#0066ff";

					window.setTimeout("MachSchwarz()",2000);

				}

				function MachAuchSchwarz(){

					document.getElementById("Wechselfarbe2").style.color = "black";

					window.setTimeout("MachRot()",3000);

				}

				function MachRot(){

					document.getElementById("Wechselfarbe2").style.color = "#FF3333";

					window.setTimeout("MachAuchSchwarz()",3000);

				}



//Fuer die Statuszeile

window.defaultStatus = "Stadthalle Bad Godesberg";

		                

//Fuer das Popup Fenser

/*F1 = window.open("Popup.html","Fenster1","width=200,height=281,left=0,top=0");

				        self.focus();*/
