<!-- Verstecken

var Path1 = "images/buttons/";
var Type = ".gif";

home_0 = new Image();
home_0.src = Path1 + "home_0" + Type;
home_1 = new Image();
home_1.src = Path1 + "home_1" + Type;

ueberuns_0 = new Image();
ueberuns_0.src = Path1 + "ueberuns_0" + Type;
ueberuns_1 = new Image();
ueberuns_1.src = Path1 + "ueberuns_1" + Type;

programm_0 = new Image();
programm_0.src = Path1 + "programm_0" + Type;
programm_1 = new Image();
programm_1.src = Path1 + "programm_1" + Type;

aktuelles_0 = new Image();
aktuelles_0.src = Path1 + "aktuelles_0" + Type;
aktuelles_1 = new Image();
aktuelles_1.src = Path1 + "aktuelles_1" + Type;

abo_0 = new Image();
abo_0.src = Path1 + "abo_0" + Type;
abo_1 = new Image();
abo_1.src = Path1 + "abo_1" + Type;

function ImageChange(ImgNr,ImgHighlight) {
	window.document.images[ImgNr].src = ImgHighlight.src;
}

// Ende Verstecken -->
