<!--
var menucontent = "";
var sourcedir = "";
menucontent += '<HTML><HEAD><STYLE><!--.generale{ position: absolute; left: -999; top: -999; z-index: 999; cursor: default; background-color="#B1252E"; color="#FFFFFF"; width: 122;visibility: hidden; border-style: outset; border-width: 2px; height: 150}.components{ font-family: Ms Shell Dlg; font-size: 12px; padding-left: 10px; padding-right: 10px; padding-top: 3px; padding-bottom: 3px }// --></STYLE></HEAD>';
menucontent += '<BODY><OBJECT ID="cerca" CLASSID="clsid:B45FF030-4447-11D2-85DE-00C04FA35C89" HEIGHT="0" WIDTH="0"></OBJECT><DIV ID="right_menu" CLASS="generale">';
menucontent += '<center><img src="js/kopf.gif" border="0"></center><hr>';
menucontent += '<DIV CLASS="components" ONCLICK="exe(\'orchidee\')" STATUSTEXT="">Haus Orchidee</DIV>';
menucontent += '<DIV CLASS="components" ONCLICK="exe(\'mozart\')" STATUSTEXT="">Haus Mozart</DIV>';
menucontent += '<DIV CLASS="components" ONCLICK="exe(\'prinz\')" STATUSTEXT="">Appart-Hotel Prinz</DIV><HR>';
menucontent += '<DIV CLASS="components" ONCLICK="exe(\'reload\')" STATUSTEXT="">Aktualisieren</DIV><HR>';
menucontent += '<DIV CLASS="components" ONCLICK="exe(\'home\')" STATUSTEXT="">Startseite hinzufügen</DIV>';
menucontent += '<DIV CLASS="components" ONCLICK="exe(\'bookmark\')" STATUSTEXT="">Favoriten hinzufügen</DIV><HR>';
menucontent += '<DIV CLASS="components" ONCLICK="exe(\'emaildp\')" STATUSTEXT="">E-Mail</DIV>';


menucontent += '</DIV></BODY></HTML>';
if (document.all && window.print) document.write (menucontent);
function light_on (){
if (event.srcElement.className == "components"){
event.srcElement.style.backgroundColor="#FFD001";
event.srcElement.style.color="#B1252E";
if (event.srcElement.STATUSTEXT) {
window.status = event.srcElement.STATUSTEXT;
}
}
}
function light_off (){
if (event.srcElement.className == "components"){
event.srcElement.style.backgroundColor= "#B1252E";
event.srcElement.style.color="#FFFFFF";
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 == "back"){
history.back();
} else if (type == "forward"){
history.forward();
} else if (type == "home"){
document.body.style.behavior='url(#default#homepage)';
document.body.setHomePage('http://www.Haus-Orchidee.de');
} else if (type == "bookmark"){
var imgFav= new Image();
imgFav.src= "http://www.Haus-Orchidee.de/pr-icon.ico";
window.external.AddFavorite('http:/www.Haus-Orchidee.de', 'Haus Orchidee in Reinhardshausen');
} else if (type == "reload"){
self.location.reload();
} else if (type == "emaildp"){
location.href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;&#119;&#101;&#98;&#109;&#97;&#115;&#116;&#101;&#114;&#64;&#119;&#101;&#98;&#99;&#97;&#109;&#45;&#112;&#114;&#105;&#110;&#122;&#46;&#100;&#101;";
}else if (type == "orchidee"){
top.location.href="http://www.Haus-Orchidee.de";
}else if (type == "mozart"){
top.location.href="http://www.Gaestehaus-Mozart.de";
}else if (type == "prinz"){
top.location.href="http://www.Appart-Hotel-Prinz.de";
}
}
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;
}
// -->