function changeSuchOpt(obj,nr) {
	document.suchform.method = "get";
	document.suchform.id.value = "suche";
	document.suchform.suchOpt.value = nr;
	document.suchform.search_id_1.name = "search_1";
	document.suchform.search_id_1.size = "20";
	obj2 = document.getElementById("hide");
	obj2.style.display = "inline";
	obj.blur();
	for (i=1;i<5;i++) {
		obj2 = document.getElementById("suchOpt"+i);
		obj2.style.color = "#004F54";
	}
	obj2 = document.getElementById("suchOpt"+nr);
	obj.style.color = "#ffffff";
}
function starteSuche() {
	document.suchform.action = "index.php?id=suche";
	document.suchform.submit();
}
function localSearch(obj,nr) {
	document.suchform.method = "post";
	document.suchform.id.value = "528";
	document.suchform.suchOpt.value = nr;
	document.suchform.search_id_1.name = "tx_indexedsearch[sword]";
	document.suchform.search_id_1.size = "43";
	obj2 = document.getElementById("hide");
	obj2.style.display = "none";
	obj.blur();
	for (i=1;i<5;i++) {
		obj2 = document.getElementById("suchOpt"+i);
		obj2.style.color = "#004F54";
	}
	obj2 = document.getElementById("suchOpt"+nr);
	obj.style.color = "#ffffff";
}
function initialize() {
	
}
function setRegion(nr) {
	document.regionform.region.value = nr;
	document.regionform.submit();
}

tmp = new Image();
tmp.src = "/fileadmin/templates/Images/nav_bullet.gif";
tmp2 = new Image();
tmp2.src = "/fileadmin/templates/Images/nav_bullet_active.gif";
tmp3 = new Image();
tmp3.src = "/fileadmin/templates/Images/border_bottom.gif";
