var fensterchen;
function machauf(bildquelle,bildtitel,breite,hoehe){
	if(!fensterchen || fensterchen.closed){
		eval("fensterchen = window.open('','','width="+breite+",height="+hoehe+"')");
		with(fensterchen.document){
			open();
			write("<html><head><title>"+bildtitel+"</title><meta http-equiv='imagetoolbar' content='no'><body leftmargin='0' topmargin='0' marginwidth='0' marginheight='0'><img src='bilder/"+bildquelle+"' width='"+breite+"' height='"+hoehe+"'></body>+</html>");
			close();
		}
	}
	else{
		quelle=bildquelle;
		b = breite;
		h = hoehe;
		titel = bildtitel
		fensterchen.close();
		machauf(quelle,titel,b,h)
	}
}

function tour(bildquelle,bildtitel,breite,hoehe){
	if(!fensterchen || fensterchen.closed){
		eval("fensterchen = window.open('','','width="+breite+",height="+hoehe+"')");
		with(fensterchen.document){
			open();
			write("<html><head><title>"+bildtitel+"</title><meta http-equiv='imagetoolbar' content='no'><body leftmargin='0' topmargin='0' marginwidth='0' marginheight='0'><img src='touren/bilder/"+bildquelle+"' width='"+breite+"' height='"+hoehe+"'></body>+</html>");
			close();
		}
	}
	else{
		quelle=bildquelle;
		b = breite;
		h = hoehe;
		titel = bildtitel
		fensterchen.close();
		tour(quelle,titel,b,h)
	}
}

function machgross(bildquelle,bildtitel,breite,hoehe){
	if(!fensterchen || fensterchen.closed){
		eval("fensterchen = window.open('','','width="+breite+",height="+hoehe+"')");
		with(fensterchen.document){
			open();
			write("<html><head><title>"+bildtitel+"</title><meta http-equiv='imagetoolbar' content='no'><body leftmargin='0' topmargin='0' marginwidth='0' marginheight='0'><img src='strassen/bilder/"+bildquelle+"' width='"+breite+"' height='"+hoehe+"'></body>+</html>");
			close();
		}
	}
	else{
		quelle=bildquelle;
		b = breite;
		h = hoehe;
		titel = bildtitel
		fensterchen.close();
		machgross(quelle,titel,b,h)
	}
}
