

/* Sprachwechsel-Funktion: */
function switch_lang(sprache) {
	var bildnummer;
	if(bildframe.bildnr&&!isNaN(bildframe.bildnr)) {
		bildnummer = bildframe.bildnr;
	} else {
		bildnummer = 0;
	}
	var getstr = "?lg="+sprache+"&hmpa="+hmpa+"&smpa="+smpa+"&bildnr="+bildnummer;
	var ziel = "index.php"+getstr;
	top.location.href=ziel;
}
