/* Relative folder for images */
ImgFolder = "IMAGES/";

Normal1 = new Image();
Normal1.src = ImgFolder + "ss_niemals_1.jpg";	/* NIEMALS weiß */
Highlight1 = new Image();
Highlight1.src = ImgFolder + "ss_niemals_2.jpg";/* NIEMALS highlight */


function Bildwechsel(Bildnr,Bildobjekt) {
    window.document.images[Bildnr].src = Bildobjekt.src;
}

function TimeStart() {
 	window.setTimeout("SetTop()",10000);
}

function SetTop() {
	top.window.location.href='http://www.gg71.de/';
}