        function sendpage() {
        	var PHPADR=("empfehlen.php");
        	sendFenster=open(PHPADR, "sencFenster", "scrollbars=yes,menubar=no,width=440,height=400,left=110,top=110");
        	sendFenster.focus();
        }

        function printpage() {
        	var PHPADR=("./print.php" + window.location.search);
        	/*var PHPADR=("./print.php"); */
        	druckFenster=open(PHPADR, "druckFenster", "scrollbars=yes,menubar=yes,width=570,height=500,left=110,top=110");
        	druckFenster.focus();
        }

        function highlitemenue(id) {
        	document.getElementById(id).style.backgroundColor = "#ebeff5";
	    }

        function openWindow(url) {
        	popup = window.open(url,'detail','width=606,height=400,toolbar=no,location=no,scrollbars=yes,resizable=yes');
            popup.focus();
        }

        function openPreise(url) {
        	url = "?Path=/"+url;
            popup = window.open(url,'detail','width=620,height=730,toolbar=no,location=no,scrollbar=yes,resizable=yes');
            popup.focus();
        }

