function foe(){
neues_fenster=window.open("","","height=150,width=250,toolbar=no"); //neues Fenster &ouml;ffnen
neues_fenster.moveTo(0,0); // Fenster an die gew&uuml;nschte Stelle bringen
neues_fenster.location.href="http://localhost/lauf/Website/Gaestebuch/gb_popup.htm"; //in neuem Fenst. die Seite laden
neues_fenster.resizeTo(250,125); //ver&auml;ndert die Gr&ouml;&szlig;e 
}
function PopUpshop(URL,NAME,EIGEN,POSITION){
    var fenster = window.open(URL,NAME,EIGEN,POSITION);
    //fenster.moveTo(100,100);
	//fenster.resizeTo((BREITE+30),HOEHE);
}

function fschl(){
window.close();
}

function hallo(){
alert("Hallo");	
}
function PopUpanfahrt(URL,NAME,EIGEN,POSITION){
    var fenster = window.open(URL,NAME,EIGEN);
    //fenster.moveTo(100,100);
	//fenster.resizeTo((BREITE+30),HOEHE);
}

bildspeicher = new Array();	//Erzeugung eines Array-Objektes
bildspeicher[0] = new Image();	//Erzeugung eines Image-Objektes
bildspeicher[1] = new Image();
bildspeicher[0].src = "../pics_rsk/navi_visuell_gr.gif";
bildspeicher[1].src = "../pics_rsk/navi_visuell_rot.gif";

function tausch0(aktion){
	if (aktion == 1){
		document.rechteck0.src = bildspeicher[1].src;
		aktion = 2;	
	}
	else{
		document.rechteck0.src = bildspeicher[0].src;
		aktion = 1;
	}
}
function tausch1(aktion){
	if (aktion == 1){
		document.rechteck1.src = bildspeicher[1].src;
		aktion = 2;	
	}
	else{
		document.rechteck1.src = bildspeicher[0].src;
		aktion = 1;
	}
}
function tausch2(aktion){
	if (aktion == 1){
		document.rechteck2.src = bildspeicher[1].src;
		aktion = 2;	
	}
	else{
		document.rechteck2.src = bildspeicher[0].src;
		aktion = 1;
	}
}
function tausch3(aktion){
	if (aktion == 1){
		document.rechteck3.src = bildspeicher[1].src;
		aktion = 2;	
	}
	else{
		document.rechteck3.src = bildspeicher[0].src;
		aktion = 1;
	}
}
function tausch4(aktion){
	if (aktion == 1){
		document.rechteck4.src = bildspeicher[1].src;
		aktion = 2;	
	}
	else{
		document.rechteck4.src = bildspeicher[0].src;
		aktion = 1;
	}
}
function tausch5(aktion){
	if (aktion == 1){
		document.rechteck5.src = bildspeicher[1].src;
		aktion = 2;	
	}
	else{
		document.rechteck5.src = bildspeicher[0].src;
		aktion = 1;
	}
}
function tausch6(aktion){
	if (aktion == 1){
		document.rechteck6.src = bildspeicher[1].src;
		aktion = 2;	
	}
	else{
		document.rechteck6.src = bildspeicher[0].src;
		aktion = 1;
	}
}
function tausch7(aktion){
	if (aktion == 1){
		document.rechteck7.src = bildspeicher[1].src;
		aktion = 2;	
	}
	else{
		document.rechteck7.src = bildspeicher[0].src;
		aktion = 1;
	}
}







