function _search()
{
 if (document.Suche._query.value != "")
	{
	TheQuery=document.Suche._query.value;
	document.location.href="../name/Suchergebnis-DE?open&Query=" + TheQuery + "*";
	/* document.location.href="../name/Suchergebnis-DE?open&Query=" + TheQuery.replace(/ /, "+") + "*"; */
	}
else {
	alert ("Sie haben keinen Suchbegriff eingegeben !");
	}
}
function _plz()
{
if(document._DominoForm.PLZ.value == "")
		{
		alert("Bitte geben Sie eine Postleitzahl ein.");
		document._DominoForm.PLZ.focus();
		return;
		}
ad="../docs/Standorte?open&PLZ="+document._DominoForm.PLZ.value;
window.open(ad,"_parent");
}

