function setCookie() {
	document.cookie = "grosshandel=1; path=/";
	
	//alert("cookie gesetzt");

//	document.cookie = "grosshandel=true; path=/"
}
