

function Suche(language)
	{
	if (location.host.indexOf('chemie.') == -1) {
		if (location.host.indexOf('pharma.') == -1) {
			var config = "htdig.altana." + language;
		}
		else {
			var config = "htdig.altanapharma." + language;
		}
	}
	else {
		var config = "htdig.altanachemie." + language;
	};

	if (document.suche.words.value)
		{
		document.location.href = "http://search.altana.com/cgi-bin/htsearch?" + "config=" + config + "&restrict=&exclude=&method=&format=&sort=&" + "words=" + document.suche.words.value;
		}
	}

	
	function hoch()
	{
	document.location.href = "#";
	}
	