	function loadFoundPage() {

	/*ctrl*///	alert("LOADING PAGE FROM SEARCH_RESULT");

		top.initAdvWin();
		if (!top.advWinInit) {
			window.setTimeout("loadFoundPage()",230);
			return;
		} else {

			top.initSearchForm();
			if(!top.searchFormInit) {
				window.setTimeout("loadFoundPage()",230);
				return;
			} else {

	/*ctrl*///	alert("top.searchForm.Counter.value = top.currentIndex + 1; (" + (top.currentIndex + 1) + ")");
	/*ctrl*///	alert("top.searchResult[top.currentIndex] " + top.searchResult[top.currentIndex]);

				top.searchForm.Counter.value = top.currentIndex + 1;
				top.searchForm.CounterRef.value = "/ " + top.searchResult.length;

				var advImg = new Image();
				var advImgSrc = "NV";
				if (top.searchResult[top.currentIndex][2] != "NV") {
					advImg.src = advImgSrc = "img/anzeigen/" + top.searchResult[top.currentIndex][2];
					top.advPageUrl	= top.searchResult[top.currentIndex][3];
	/*tk*/			top.actAdvUrl	= top.advPageUrl + "?pageId=" + top.searchResult[top.currentIndex][4];
				} else {
					advImg.src = advImgSrc =  "img/anzeigen/leeres.jpg";
					top.advPageUrl = "www.nussbaum-wds.de";
	/*tk*/				top.actAdvUrl  = "www.nussbaum-wds.de?pageId=actAdv";
				}
				/*tk081107 start*/
				//top.contDoc.getElementById("advBox").style.width = advImg.width + top.plus_width;
				//top.contDoc.getElementById("advBox").style.height = advImg.height + top.plus_height;
				top.advBox.style.width = advImg.width + top.plus_width;
				top.advBox.style.height = advImg.height + top.plus_height;
				/*tk081107 end */
				
				top.advImage.src = advStopImgSrc = advImgSrc;

	/*ctrl*///	alert("loadFoundPage advStopImgSrc " + top.advStopImgSrc);
				if (top.searchResult[top.currentIndex][0] != "NV") {
					top.resetStop();
					/*tk081107 start*/
					//top.body.location.href = top.searchResult[top.currentIndex][0];
					top.body.rubriken_body.location.href = top.searchResult[top.currentIndex][0];
					/*tk081107 end*/
				}
			}

		}
	}

	loadLogoStep = 0;
	function loadLogoPage() {

		var fTime = 23;


		try {
			if (top.searchResult != null) {
				/*ctrl*///	alert("top.searchResult:\n" + top.searchResult);
				/*ctrl*///	alert("top.currentIndex :" + top.currentIndex);

				if(true) {

					/*ctrl*///	alert("DOCUMENT THERE");

					//window.setTimeout("loadFoundPage()", 100);
					/*ctrl*///	alert("DOCUMENT THERE");
					window.setTimeout("loadURL(searchResult[0][3])", 100);

					/*ctrl*///	alert("RETURNING");

					//return;
				} else throw "top.searchResult doesn't exist!";

			} else {
				alert("Keine Treffer!");
				return;
			}

		} catch(e) {
				/*ctrl*///	alert("try not successful!");
		}


	}


	function loadBranch(theForm) {
		/*tk081107 start*/
		//body.location.href = theForm.elements['Branche'].value;
		top.body.rubriken_body.location.href = theForm.elements['Branche'].value;
		/*tk081107 end*/
		top.resetStop();
		top.resetAdv();
	}


