//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
//+++++++++++++   Style Weiche für head-Frame  +++++++++++++++++++++
//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
// 

var currenthistory = history.length
var historysteps = 0
var lastHistoryURL =""
function goback(){
	if ((historysteps == 0) && (lastHistoryURL != top.frames.main.document.URL)){
		currenthistory = history.length + 1
		lastHistoryURL = top.frames.main.document.URL
	}	
	historysteps++
	history.back();	
}
function goforward(){
	historysteps--
	if (historysteps==0){top.frames.head.document.images["forward"].style.width=0}
	history.go(1);
}

function showPopup(typ, s, group) {
		
	if(typ == "search") {
		openPopup("/cgi-bin/site_search.pl?HTML-NR=1&GROUP="+group+"&PER_PAGE=10&select=&search="+s,"Search","width=500,height=400,top=150,left=50,locationbar=no,menubar=no,resizable=no,status=0");
	}
}

function openPopup(pfad,target,settings){
		window.open(pfad,target,settings);
}

function resultPopupk() {
			titel=new Date();
			suchbegriff = "" + window.document.suche.search.value;
			if(suchbegriff == "") {
				alert("Bitte zuerst Suchbegriff eingeben!");
				return true;
			};
			w = window.open("empty.html", titel.getTime(), "width=650,height=520,top=150,left=150,resizable=no,scrollbars=1,toolbar=0,locationbar=no,menubar=0");
			w.document.open();
			w.document.write("<html>");
			w.document.write("<head>");
			w.document.write("	<title>Suchergebnisse</title>");
			w.document.write("  <meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'>");
			w.document.write("</head>");
			w.document.write("<frameset cols='*' rows='104,35,*' frameborder='0' border='0' framespacing='0'>");
			w.document.write("	<frame src='/de/popups/p_large_top.html' scrolling='NO' name='p_top' marginheight='0' marginwidth='0'>");
			w.document.write("	<frameset cols='80,*' frameborder='0' border='0' framespacing='0'>");
			w.document.write("		<frame src='/de/popups/p_blank_left.html' scrolling='no' name='p_blank_left'  marginheight='0' marginwidth='0'>");
			w.document.write("		<frame src='/de/popups/p_h_suchergebnisse.html' scrolling='no' name='p_headline'  marginheight='0' marginwidth='0'>");
			w.document.write("	</frameset>");
			w.document.write("	<frameset cols='80,*' frameborder='0' border='0' framespacing='0'>");
			w.document.write("		<frame src='/de/popups/p_blank_left.html' scrolling='no' name='p_blank_left'  marginheight='0' marginwidth='0'>");
			w.document.write("		<frame src='/cgi-bin/site_search.pl?HTML-NR=1&GROUP=kunden&PER_PAGE=5&select=&search=" + escape(suchbegriff) + "' scrolling='auto' name='suchergebnisse'  marginheight='0' marginwidth='0'>");
			w.document.write("	</frameset>");
			w.document.write("</frameset>");
			w.document.write("</html>");
			w.document.close();
		}

function resultPopupm() {
			titel=new Date();
			suchbegriff = "" + window.document.suche.search.value;
			if(suchbegriff == "") {
				alert("Bitte zuerst Suchbegriff eingeben!");
				return true;
			}
			w = window.open("empty.html", titel.getTime(), "width=650,height=520,top=150,left=150,resizable=no,scrollbars=1,toolbar=0,locationbar=no,menubar=0");
			w.document.open();
			w.document.write("<html>");
			w.document.write("<head>");
			w.document.write("	<title>Suchergebnisse</title>");
			w.document.write("  <meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'>");
			w.document.write("</head>");
			w.document.write("<frameset cols='*' rows='104,35,*' frameborder='0' border='0' framespacing='0'>");
			w.document.write("	<frame src='/de/popups/p_large_top.html' scrolling='NO' name='p_top' marginheight='0' marginwidth='0'>");
			w.document.write("	<frameset cols='80,*' frameborder='0' border='0' framespacing='0'>");
			w.document.write("		<frame src='/de/popups/p_blank_left.html' scrolling='no' name='p_blank_left'  marginheight='0' marginwidth='0'>");
			w.document.write("		<frame src='/de/popups/p_h_suchergebnisse.html' scrolling='no' name='p_headline'  marginheight='0' marginwidth='0'>");
			w.document.write("	</frameset>");
			w.document.write("	<frameset cols='80,*' frameborder='0' border='0' framespacing='0'>");
			w.document.write("		<frame src='/de/popups/p_blank_left.html' scrolling='no' name='p_blank_left'  marginheight='0' marginwidth='0'>");
			w.document.write("		<frame src='/cgi-bin/site_search.pl?HTML-NR=2&GROUP=makler&PER_PAGE=5&select=&search=" + escape(suchbegriff) + "' scrolling='auto' name='suchergebnisse'  marginheight='0' marginwidth='0'>");
			w.document.write("	</frameset>");
			w.document.write("</frameset>");
			w.document.write("</html>");
			w.document.close();
		}
					