<!-- Rightklick
var menucontent = "";
menucontent += '<HTML><HEAD><STYLE><!--.generale{ position: absolute; left: -999; top: -999; z-index: 999; cursor: hand; width: 220	; visibility: hidden; border-color: #4F7297; border-style: solid; border-width: 1px;}';
menucontent += '.top{ border-color: #EBF1F8; border-style: solid; border-width: 2px; background-color: #EBF1F8; padding-left: 2px; padding-right: 2px; padding-top: 2px; padding-bottom: 2px;}';
menucontent += '.hr{background-color: #EBF1F8; color=#4F7297; padding-left: 0px; padding-right: 0px; padding-top: 0px; padding-bottom: 0px;}';
menucontent += '.components{ background-color: #EBF1F8; font-family: Tahoma, Arial; font-size: 11px; color: #000000; padding-left: 8px; padding-right: 8px; padding-top: 2px; padding-bottom: 2px }// --></STYLE></HEAD>';
menucontent += '<BODY><DIV ID="right_menu" CLASS="generale">';
menucontent += '<DIV CLASS="top" ONCLICK="exe(\'start\')"><center><IMG SRC="http://www.krankenhaus-frankfurt.de/gif/logo-shzhg_neu.gif" ALIGN="absmiddle"></center></DIV>';
menucontent += '<DIV CLASS="hr"><hr CLASS="hr"></DIV>';
menucontent += '<DIV CLASS="components" ONCLICK="exe(\'NWK\')"><IMG SRC="http://www.krankenhaus-frankfurt.de/gif/rechtsklick/rechtsklick_nwk.gif" ALIGN="absmiddle" WIDTH="23" HEIGHT="21">&nbsp;&nbsp;Krankenhaus Nordwest GmbH</DIV>';
menucontent += '<DIV CLASS="components" ONCLICK="exe(\'HeiGei\')"><IMG SRC="http://www.krankenhaus-frankfurt.de/gif/rechtsklick/rechtsklick_hzhg.gif" ALIGN="absmiddle" WIDTH="23" HEIGHT="21">&nbsp;&nbsp;Hospital zum heiligen Geist GmbH</DIV>';
menucontent += '<DIV CLASS="components" ONCLICK="exe(\'Hohenwald\')"><IMG SRC="http://www.krankenhaus-frankfurt.de/gif/rechtsklick/rechtsklick_hohenwald.gif" ALIGN="absmiddle" WIDTH="23" HEIGHT="21">&nbsp;&nbsp;Seniorenstift Hohenwald</DIV>';
menucontent += '<DIV CLASS="components" ONCLICK="exe(\'Kronthal\')"><IMG SRC="http://www.krankenhaus-frankfurt.de/gif/rechtsklick/rechtsklick_kronthal.gif" ALIGN="absmiddle" WIDTH="23" HEIGHT="21">&nbsp;&nbsp;Seniorenstift Kronthal</DIV>';
menucontent += '<DIV CLASS="components" ONCLICK="exe(\'FÄZ GmbH - Fachärztezentrum Frankfurt\')"><IMG SRC="http://www.krankenhaus-frankfurt.de/gif/rechtsklick/rechtsklick_mvz-nordwest.gif" ALIGN="absmiddle" WIDTH="23" HEIGHT="21">&nbsp;&nbsp;FÄZ GmbH</DIV>';
menucontent += '<DIV CLASS="components" ONCLICK="exe(\'HSC\')"><IMG SRC="http://www.krankenhaus-frankfurt.de/gif/rechtsklick/rechtsklick_hsc.gif" ALIGN="absmiddle" WIDTH="23" HEIGHT="21">&nbsp;&nbsp;Hospital-Service & Catering GmbH</DIV>';
menucontent += '<DIV CLASS="components" ONCLICK="exe(\'HP-GmbH\')"><IMG SRC="http://www.krankenhaus-frankfurt.de/gif/rechtsklick/rechtsklick_hp-gmbh.gif" ALIGN="absmiddle" WIDTH="23" HEIGHT="21">&nbsp;&nbsp;HP Hospital-Pflege GmbH</DIV>';
menucontent += '<DIV CLASS="hr"><hr CLASS="hr"></DIV>';
menucontent += '<DIV CLASS="components" ONCLICK="exe(\'search\')"><IMG SRC="http://www.krankenhaus-frankfurt.de/gif/rechtsklick/rechtsklick_search.gif" ALIGN="absmiddle" WIDTH="23" HEIGHT="21">&nbsp;&nbsp;Suche</DIV>';
menucontent += '<DIV CLASS="components" ONCLICK="exe(\'home\')"><IMG SRC="http://www.krankenhaus-frankfurt.de/gif/rechtsklick/rechtsklick_home.gif" ALIGN="absmiddle" WIDTH="23" HEIGHT="21">&nbsp;&nbsp;Als Startseite festlegen</DIV>';
menucontent += '<DIV CLASS="components" ONCLICK="exe(\'bookmark\')"><IMG SRC="http://www.krankenhaus-frankfurt.de/gif/rechtsklick/rechtsklick_bookmark.gif" ALIGN="absmiddle" WIDTH="23" HEIGHT="21">&nbsp;&nbsp;Zu Favoriten hinzufügen</DIV>';
menucontent += '<DIV CLASS="components" ONCLICK="exe(\'email\')"><IMG SRC="http://www.krankenhaus-frankfurt.de/gif/rechtsklick/rechtsklick_email.gif" ALIGN="absmiddle" WIDTH="23" HEIGHT="21">&nbsp;&nbsp;E-Mail an den Webmaster</DIV>';
menucontent += '<DIV CLASS="hr"><hr CLASS="hr"></DIV>';
menucontent += '<DIV CLASS="top" ONCLICK="exe(\'aus\')" align="center"><font face=arial size=1 color=#000000>Menü ausblenden</font></DIV>';
menucontent += '</BODY></HTML>';

	if (document.all && window.print) document.write (menucontent);

	function light_on (){
		if (event.srcElement.className == "components"){
			event.srcElement.style.backgroundColor="#4F7297";
			event.srcElement.style.color="#ffffff";
				if (event.srcElement.STATUSTEXT) {
					window.status = event.srcElement.STATUSTEXT;
				}
		}
	}

	function light_off (){
		if (event.srcElement.className == "components"){
			event.srcElement.style.backgroundColor= "#EBF1F8";
			event.srcElement.style.color="#000000";
			window.status = "";
		}
	}

	function extension (){
		if (event.clientY > 0 && event.clientX > 0  &&  event.clientY < document.body.clientHeight && event.clientX < document.body.clientWidth) {
			if (document.body.clientHeight - event.clientY + document.body.scrollTop > document.body.clientHeight / 2){
				right_menu.style.top = event.clientY + document.body.scrollTop;
			} else {
				right_menu.style.top = event.clientY + document.body.scrollTop - 255;
			}

			if (document.body.clientWidth- event.clientX + document.body.scrollLeft > document.body.clientWidth / 2){
				right_menu.style.left = event.clientX + document.body.scrollLeft;
			} else {
				right_menu.style.left = event.clientX + document.body.scrollLeft - 180;
			}
		} else {
			right_menu.style.top = document.body.scrollTop;
			right_menu.style.left = document.body.scrollLeft;
		}

		right_menu.style.visibility = "visible";
		return false;

	}

	function hide (){
			right_menu.style.visibility = "hidden";
			right_menu.style.left = -999;
			right_menu.style.top = -999;

	}

	function exe (type){
		if (type == "Testeintrag"){
			location.href="index.htm";
			
		} else if (type == "home"){
			document.body.style.behavior='url(#default#homepage)';
			document.body.setHomePage('http://www.krankenhaus-frankfurt.de');

		} else if (type == "bookmark"){
			var imgFav= new Image();
			imgFav.src= "http://www.krankenhaus-frankfurt.de/favicon.ico";
			window.external.AddFavorite('http://www.krankenhaus-frankfurt.de', 'Stiftung Hospital zum heiligen Geist');
		
		} else if (type == "Einstellungen"){
			location.href="ProfilView.asp";

		} else if (type == "start"){
			location.href="http://www.krankenhaus-frankfurt.de/";

		} else if (type == "NWK"){
			location.href="http://www.krankenhaus-frankfurt.de/nwk";
			
		} else if (type == "HeiGei"){
			location.href="http://www.krankenhaus-frankfurt.de/hzhg";
			
		} else if (type == "Hohenwald"){
			location.href="http://www.krankenhaus-frankfurt.de/hohenwald";

		} else if (type == "Kronthal"){
			location.href="http://www.krankenhaus-frankfurt.de/kronthal";

		} else if (type == "FÄZ GmbH - Fachärztezentrum Frankfurt"){
			location.href="http://www.krankenhaus-frankfurt.de/faez-frankfurt";

		} else if (type == "HP-GmbH"){
			location.href="http://www.krankenhaus-frankfurt.de/hp-gmbh";

		} else if (type == "HSC"){
			location.href="http://www.krankenhaus-frankfurt.de/hsc";

		} else if (type == "search"){
			location.href="http://www.krankenhaus-frankfurt.de/suche";
			
		} else if (type == "email"){
			location.href="mailto:webmaster@krankenhaus-frankfurt.de";

		} else if (type == "aus"){
		if  (document.URL.indexOf('?') == -1)
			self.location.href=document.URL + '?profil.acm=0';
		else
			{
			if (document.URL.indexOf('profil.acm') == -1)
				self.location.href=document.URL + '&profil.acm=0';
			else
				return;
			}
		}
	}

	function cancelproc () { 
		window.event.cancelBubble = true;
		window.event.returnValue = false;
	}

	if (document.all && window.print){
		document.oncontextmenu=extension;
		document.body.onclick=hide;
		right_menu.onmouseover=light_on;
		right_menu.onmouseout=light_off;
		right_menu.ondragstart=cancelproc;
		right_menu.onselectstart=cancelproc;
	}

 // -->