Skip to content

Instantly share code, notes, and snippets.

@oleriesenberg
Created November 26, 2009 22:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oleriesenberg/243682 to your computer and use it in GitHub Desktop.
Save oleriesenberg/243682 to your computer and use it in GitHub Desktop.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta name="generator" content="HTML Tidy for Linux (vers 25 March 2009), see www.w3.org">
<title>G&#228;stehaus Zitt</title>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Abstract" content="G&#228;stezimmer mit allem Komfort in Oy-Mittelberg im Allg&#228;u.">
<meta name="Author" content="Familie Zitt, 87466 Oy-Mittelberg">
<meta name="Description" content="G&#228;stehaus Zitt in Oy-Mittelberg im sch&#246;nen Allg&#228;u. Gem&#252;tlich eingerichtet und privat mit pers&#246;nlicher Note gef&#252;hrt. Abwechslungsreiches, umfangreiches Fr&#252;hst&#252;ck.">
<meta name="Keywords" content="G&#228;setzimmer, Allg&#228;u, Urlaub, Ferien, Ruhe , Wandern, Reisen, Bayern, Oy-Mittelberg, Kempten, Oberstdorf, Oberstaufen, Neuschwnstein, Gr&#252;ntensee, kinderfreundlich, Fewo, Ski, Schnee, Alpen, Sonne, Tiere, Landurlaub">
<meta name="Language" content="de">
<meta name="revisit-after" content="after 7 days">
<meta name="Robots" content="index, follow">
<script type="text/javascript">
<!--
function F_loadRollover(){}function F_roll(){}//-->
</script>
<script type="text/javascript">
<!--
document.write("<SCRIPT SRC=\"./assets/embeddedobjs.js\"><\/SCRIPT>");//-->
</script>
<script type="text/javascript">
<!--
var GLOBAL_LoadedImages=new Array();var GLOBAL_CurrentItem="";var GLOBAL_Close=null;var GLOBAL_Hide=null;var GLOBAL_items=new NOF_OpenedItems();var GLOBAL_slideItem=null;var GLOBAL_slideSpeed=10;var GLOBAL_slidePixel=0;var GLOBAL_slideMinOffset=-800;var GLOBAL_slideMaxOffset=800;var useDebuger=false;function NOF_DOMBrowser(){this.getMenuItemLayerStartString=function getMenuItemLayerStartString(menuItemId,parentId){parentId=((parentId!=null)&&(parentId!="undefined")&&(typeof(parentId)!="undefined"))?new String(parentId+CONSTANTS.MENU_LAYER_SUFIX):null;menuItemId+=CONSTANTS.MENU_LAYER_SUFIX;var isAutoClose=typeof(C_MENU_AUTO_CLOSE)=="undefined"||C_MENU_AUTO_CLOSE==true?"true":"false";return '<DIV ID="'+menuItemId+'" isautoclose="'+isAutoClose+'" STYLE="z-index:5; filter:blendTrans(duration=0.5)" onmouseover="NOF_KeepOpen(\''+menuItemId+'\', '+parentId+')" onmouseout="NOF_KeepClose()">';}
this.getMenuItemLayerEndString=function getMenuItemLayerEndString(){return '<\/DIV>';}
this.showMenuItem=function showMenuItem(image,item,offsetX,offsetY,openEffect){if(typeof(item)=="string")
item=this.getItem(item)
image=typeof(image)=="string"?this.getItem(image):image;var top=this.findItemTopOffset(image);var left=this.findItemLeftOffset(image);var slideDirection="";if(openEffect.indexOf("left")>-1||openEffect.indexOf("Left")>-1){top+=offsetY;left-=offsetX;slideDirection="left";}else if(openEffect.indexOf("top")>-1||openEffect.indexOf("Top")>-1){top-=offsetY;left+=offsetX;slideDirection="top";}else if(openEffect.indexOf("right")>-1||openEffect.indexOf("Right")>-1){top+=offsetY;left+=offsetX;slideDirection="right";}else{top+=offsetY;left+=offsetX;slideDirection="bottom";}
if(item==null||typeof(item.style)=="undefined"||item.style==null)
return;item.style.top=top;item.style.left=left;item.style.visibility="visible";if(openEffect.indexOf("slide")>-1)
this.slideEffect(item,slideDirection);else if(openEffect.indexOf("fade")>-1)
this.fadeEffect(item);}
this.hideMenuItem=function hideMenuItem(item){if(typeof(item)=="string")
item=this.getItem(item)
if(item==null||typeof(item)=="undefined"||item==""||typeof(item)=="number")
return;item.style.visibility="hidden";}
this.findItemLeftOffset=function findItemLeftOffset(item){var offset=item.offsetLeft;if(item.offsetParent)
offset+=this.findItemLeftOffset(item.offsetParent);return offset;}
this.findItemTopOffset=function findItemTopOffset(item){var offset=item.offsetTop;if(item.offsetParent)
offset+=this.findItemTopOffset(item.offsetParent);return offset;}
this.getItem=function getItem(itemId){return document.getElementById(itemId);}
this.getItemAttribute=function getItemAttribute(itemId,attrId){if(this.getItem(itemId)){var attr=this.getItem(itemId).attributes;return eval("attr."+attrId.toLowerCase()+".value");}}
this.debug=function debug(txt){var container=this.getItem("debug");if(useDebuger)
container.value+=txt+"\n";}
this.fadeEffect=function fadeEffect(item){item.style.visibility="hidden";item.filters.blendTrans.Apply();item.filters.blendTrans.Play();item.style.visibility="visible";}
this.slideEffect=function slideEffect(item,margin){GLOBAL_slideItem=item;this.setItemClip('rect(auto, auto, auto, auto)');GLOBAL_slidePixel=(margin=="top"||margin=="left")?100:0;this.playEffect(margin);}
this.playEffect=function playEffect(margin){var clip=GLOBAL_slideItem.style.clip;if(clip.indexOf("-")>0)
return;if(GLOBAL_slidePixel<GLOBAL_slideMinOffset||GLOBAL_slidePixel>GLOBAL_slideMaxOffset)
return;var rect='rect(';if(margin=="top"){GLOBAL_slidePixel-=3;rect+=GLOBAL_slidePixel+'px auto auto auto)';}else if(margin=="right"){GLOBAL_slidePixel+=3;rect+='auto '+GLOBAL_slidePixel+'px auto auto)';}else if(margin=="bottom"){GLOBAL_slidePixel+=3;rect+='auto auto '+GLOBAL_slidePixel+'px auto)';}else{GLOBAL_slidePixel-=3;rect+='auto auto auto '+GLOBAL_slidePixel+'px)';}
this.setItemClip(rect);setTimeout('browser.playEffect("'+margin+'")',GLOBAL_slideSpeed);}
this.setItemClip=function setItemClip(rect){GLOBAL_slideItem.style.clip=rect;}
this.getLayerTag=function getLayerTag(){return "div"};}
function NOF_BrowserNetscapeNavigator(){window.onclick=HideMenu;this.fadeEffect=function fadeEffect(){return;};GLOBAL_slideSpeed=1;return this;}
NOF_BrowserNetscapeNavigator.prototype=new NOF_DOMBrowser;function NOF_BrowserInternetExplorer(){document.onmouseup=HideMenu;}
NOF_BrowserInternetExplorer.prototype=new NOF_DOMBrowser;function NOF_BrowserNetscape4x(){this.getMenuItemLayerStartString=function getMenuItemLayerStartString(menuItemId,parentId){parentId=((parentId!=null)&&(parentId!="undefined")&&(typeof(parentId)!="undefined"))?new String(parentId+CONSTANTS.MENU_LAYER_SUFIX):null;menuItemId+=CONSTANTS.MENU_LAYER_SUFIX;var isAutoClose=typeof(C_MENU_AUTO_CLOSE)=="undefined"||C_MENU_AUTO_CLOSE==true?"true":"false";return '<layer ID="'+menuItemId+'" isautoclose="'+isAutoClose+'" onmouseover="NOF_KeepOpen(\''+menuItemId+'\', '+parentId+')" onmouseout="NOF_KeepClose()">';}
this.getMenuItemLayerEndString=function getMenuItemLayerEndString(){return '<\/layer>';}
this.getImageParent=function getImageParent(imageObject){for(var position=0;position<document.layers.length;position++){var layer=document.layers[position];for(var imagePosition=0;imagePosition<layer.document.images.length;imagePosition++){if(layer.document.images[imagePosition].name==imageObject.name){return layer;}}}
return null;}
this.showMenuItem=function showMenuItem(image,item,offsetX,offsetY,openEffect){var parent=this.getImageParent(image);var itemId=image;if(typeof(item)=="string")
item=this.getItem(item)
image=typeof(image)=="string"?this.getItem(image):image;var top=this.findItemTopOffset(image);var left=this.findItemLeftOffset(image);if(parent!=null){left+=parent.pageX;top+=parent.pageY;}
var slideDirection="";if(openEffect.indexOf("left")>-1||openEffect.indexOf("Left")>-1){top+=offsetY;left-=offsetX;slideDirection="left";}else if(openEffect.indexOf("top")>-1||openEffect.indexOf("Top")>-1){top-=offsetY;left+=offsetX;slideDirection="top";}else if(openEffect.indexOf("right")>-1||openEffect.indexOf("Right")>-1){top+=offsetY;left+=offsetX;slideDirection="right";}else{top+=offsetY;left+=offsetX;slideDirection="bottom";}
if(typeof(item)=="undefined")
return;item.y=parseInt(top);item.x=parseInt(left);item.visibility="visible";if(openEffect.indexOf("slide")>-1)
this.slideEffect(item,slideDirection);else if(openEffect.indexOf("fade")>-1){this.fadeEffect(item);}}
this.hideMenuItem=function hideMenuItem(item){if(typeof(item)=="string")
item=this.getItem(item)
if(item==null||typeof(item)=="undefined"||item=="")
return;item.visibility="hide";}
this.findItemLeftOffset=function findItemLeftOffset(item){return item.x;}
this.findItemTopOffset=function findItemTopOffset(item){return item.y;}
this.getItem=function getItem(itemId){if(itemId=="")
return;var item=eval("document.layers['"+itemId+"']");return item;}
this.getItemAttribute=function getItemAttribute(itemId,attrId){return eval("document.layers['"+itemId.toLowerCase()+"']."+attrId);}
this.getLayerTag=function getLayerTag(){return "layer"};this.slideEffect=function slideEffect(item,margin){GLOBAL_slideItem=item;GLOBAL_slidePixel=(margin=="bottom"||margin=="left")?200:0;this.playEffect(margin);}
this.playEffect=function playEffect(margin){if(GLOBAL_slidePixel<GLOBAL_slideMinOffset||GLOBAL_slidePixel>GLOBAL_slideMaxOffset)
return;if(margin=="top"){GLOBAL_slideItem.clip.bottom=GLOBAL_slidePixel+=1;}else if(margin=="right"){GLOBAL_slideItem.clip.right=GLOBAL_slidePixel+=1;}else if(margin=="bottom"){GLOBAL_slideItem.clip.top=GLOBAL_slidePixel-=1;}else{GLOBAL_slideItem.clip.left=GLOBAL_slidePixel-=1;}
setTimeout('browser.playEffect("'+margin+'")',GLOBAL_slideSpeed);}}
NOF_BrowserNetscape4x.prototype=new NOF_DOMBrowser;function NOF_BrowserFactory(){var agt=navigator.userAgent.toLowerCase();var is_major=parseInt(navigator.appVersion);var is_minor=parseFloat(navigator.appVersion);var is_nav=((agt.indexOf('mozilla')!=-1)&&(agt.indexOf('spoofer')==-1)&&(agt.indexOf('compatible')==-1)&&(agt.indexOf('opera')==-1)&&(agt.indexOf('webtv')==-1)&&(agt.indexOf('hotjava')==-1));var is_nav2=(is_nav&&(is_major==2));var is_nav3=(is_nav&&(is_major==3));var is_nav4=(is_nav&&(is_major==4));var is_nav4up=(is_nav&&(is_major>=4));var is_navonly=(is_nav&&((agt.indexOf(";nav")!=-1)||(agt.indexOf("; nav")!=-1)));var is_nav6=(is_nav&&(is_major==5));var is_nav6up=(is_nav&&(is_major>=5));var is_gecko=(agt.indexOf('gecko')!=-1);var is_ie=((agt.indexOf("msie")!=-1)&&(agt.indexOf("opera")==-1));var is_ie3=(is_ie&&(is_major<4));var is_ie4=(is_ie&&(is_major==4)&&(agt.indexOf("msie 4")!=-1));var is_ie4up=(is_ie&&(is_major>=4));var is_ie5=(is_ie&&(is_major==4)&&(agt.indexOf("msie 5.0")!=-1));var is_ie5_5=(is_ie&&(is_major==4)&&(agt.indexOf("msie 5.5")!=-1));var is_ie5up=(is_ie&&!is_ie3&&!is_ie4);var is_ie5_5up=(is_ie&&!is_ie3&&!is_ie4&&!is_ie5);var is_ie6=(is_ie&&(is_major==4)&&(agt.indexOf("msie 6.")!=-1));var is_ie6up=(is_ie&&!is_ie3&&!is_ie4&&!is_ie5&&!is_ie5_5);var is_opera=(agt.indexOf("opera")!=-1);var is_opera2=(agt.indexOf("opera 2")!=-1||agt.indexOf("opera/2")!=-1);var is_opera3=(agt.indexOf("opera 3")!=-1||agt.indexOf("opera/3")!=-1);var is_opera4=(agt.indexOf("opera 4")!=-1||agt.indexOf("opera/4")!=-1);var is_opera5=(agt.indexOf("opera 5")!=-1||agt.indexOf("opera/5")!=-1);var is_opera5up=(is_opera&&!is_opera2&&!is_opera3&&!is_opera4);this.getBrowser=function getBrowser(){if(is_ie5up){return new NOF_BrowserInternetExplorer();}
if(is_nav6up){return new NOF_BrowserNetscapeNavigator();}
if(is_opera5up){return new NOF_BrowserInternetExplorer();}
if(is_nav4){return new NOF_BrowserNetscape4x();}}}
var browserFactory=new NOF_BrowserFactory();var browser=browserFactory.getBrowser();var CONSTANTS={MENU_TYPE_IMAGE:"Image",MENU_TYPE_TEXT:"Text",BUTTON_TYPE_IMAGE:"image",BUTTON_TYPE_TEXT:"text",MENU_TABLE_HEADER:'<table border="0" cellspacing="0" cellpadding="0">',MENU_TABLE_END:'<\/table>',MOUSE_OVER_IMAGE:1,MOUSE_OUT_IMAGE:2,MENU_ITEM_HORIZONTAL:false,MENU_ITEM_VERTICAL:true,MENU_LAYER_SUFIX:"LYR",NOT_A_MAIN_ITEM:1,MENU_REFRESH_TIME:600}
function NOF_Menu(){return this;}
function NOF_Menu_Item(){this.id=arguments[0];this.orientation=arguments[1];this.openEffect=arguments[2];this.offsetX=arguments[3];this.offsetY=arguments[4];this.buttons=new Array();this.submenuHeight=0;for(var i=5;i<arguments.length;i++)
this.buttons[i-5]=arguments[i];this.getPosition=function(){return new Array(this.offsetX,this.offsetY);}
this.getOffsetX=function getOffsetX(){return this.offsetX;}
this.getOffsetY=function getOffsetY(){return this.offsetY;}
this.getOpenEffect=function getOffsetY(){return this.openEffect;}
this.getOrientation=function getOrientation(){return this.orientation;}
return this;}
function NOF_Menu_Button(link,normal,rollover,submenu){this.link=link;this.normal=normal;this.rollover=rollover!=""?rollover:normal;this.submenu=submenu;this.hasSubmenu=function hasSubmenu(){return(this.submenu!=null)}
this.type=function type(){if(typeof(this.rollover)=="object")
return CONSTANTS.BUTTON_TYPE_TEXT;else if(typeof(this.rollover)=="string")
return CONSTANTS.BUTTON_TYPE_IMAGE;else
return null;}
return this;}
function NOF_Main_Menu(menuItem,parentId){if(typeof(menuItem)=="undefined")
return;var menuItemId=menuItem.id;var buffer=browser.getMenuItemLayerStartString(menuItemId,parentId)+'<table width="10" border="'+C_MENU_BORDER+'" cellspacing="'+C_MENU_SPACING+'" cellpadding="0" bgcolor="'+C_MENU_BGCOLOR+'">';var i=0;buffer+='<tr>';while(i<menuItem.buttons.length){var menuButton=menuItem.buttons[i];if(menuButton==null)
return;var submenuId="";if(menuButton.hasSubmenu()&&menuButton.submenu){submenuId=menuButton.submenu.id;}
var link=menuButton.link;var image=menuButton.normal;var rollOverButton=menuButton.rollover;var isImageMenu=menuButton.type()==CONSTANTS.BUTTON_TYPE_IMAGE?true:false;var imageName=isImageMenu?menuItemId+'s'+i:'NavigationButton_'+menuItemId+'_'+i;var isVertical=menuItem.orientation=="vertical"?true:false;var target='';if(link.indexOf(' target=')!=-1){target=link.substr(link.indexOf(' target=')+8);link=link.substr(0,link.indexOf(' target='));}
buffer+=(isVertical&&i>1)?'<tr><td>':'<td>';var cursor=link!='javascript:void(0)'?'hand':'default';buffer+='<a style="text-decoration:none; cursor:'+cursor+';" href="'+link+'" ';buffer+='onMouseOver="F_roll(\''+imageName+'\' ,'+CONSTANTS.MOUSE_OVER_IMAGE+', \''+menuItemId+'\', \''+
CONSTANTS.NOT_A_MAIN_ITEM+'\')" onMouseOut="F_roll(\''+imageName+'\' ,'+
CONSTANTS.MOUSE_OUT_IMAGE+', \''+menuItemId+'\', \''+CONSTANTS.NOT_A_MAIN_ITEM+'\')"';buffer+=target.length?' target="'+target+'">':'>';buffer+=isImageMenu?'<img border="0" src="'+image+'"':'<'+browser.getLayerTag()+' ';if(typeof(rollOverButton)!="undefined"||rollOverButton.length||!isImageMenu){if(submenuId!=""){var submenu=menuButton.submenu;if(isImageMenu){buffer+='id="'+imageName+'" name="'+imageName+
'" onLoad="F_loadRollover(this,\''+rollOverButton+'\', new Array(\''+submenuId+'\',\''+submenu.getOrientation()+'\' , \''+submenu.getOpenEffect()+'\', '+submenu.getOffsetX()+','+submenu.getOffsetY()+'))"';}else{NOF_MenuLoadRollOver(imageName,rollOverButton,new Array(submenuId,submenu.getOrientation(),submenu.getOpenEffect(),submenu.getOffsetX(),submenu.getOffsetY()));buffer+='id="'+imageName+'" name="'+imageName+'" class="'+imageName+'" ';if(typeof(menuButton.rollover)=="object")
buffer+=' style="'+rollOverButton[0]+'"';}}
else{if(isImageMenu)
buffer+='id="'+imageName+'" name="'+imageName+
'" onLoad="F_loadRollover(this,\''+rollOverButton+'\',0)"';else{NOF_MenuLoadRollOver(imageName,rollOverButton,0);buffer+='id="'+imageName+'" name="'+imageName+'" class="'+imageName+'" ';if(typeof(menuButton.rollover)=="object")
buffer+=' style="'+rollOverButton[0]+'"';}}}
buffer+=isImageMenu?'><\/a><\/td>':'><'+browser.getLayerTag()+' id="'+imageName+'_padding" style="padding:'+rollOverButton[1]+'" padding="'+rollOverButton[1]+'" paddingOver="'+rollOverButton[3]+'">'+image+
'</'+browser.getLayerTag()+'></'+browser.getLayerTag()+'><\/a><\/td>';buffer+=isVertical?"<\/tr>":"";i++;}
buffer+=CONSTANTS.MENU_TABLE_END+browser.getMenuItemLayerEndString();document.writeln(buffer);var k=0;while(k<menuItem.buttons.length){if(menuItem.buttons[k].hasSubmenu()){NOF_Main_Menu(menuItem.buttons[k].submenu,menuItem.id);}
k++;}}
function NOF_MenuLoadRollOver(button,buttonName,submenu){if(button&&button.src&&(null==button.out||typeof(button.out)==typeof(void(0)))){var imageSrc=button.src;button.out=new Image();button.out.src=imageSrc;button.over=new Image();if(buttonName.lastIndexOf('/')>=0||buttonName.lastIndexOf('\\')>=0){imageSrc=buttonName;}else{var i=imageSrc.lastIndexOf('/');if(i<0)
i=imageSrc.lastIndexOf('\\');if(i<0)
imageSrc=buttonName;else
imageSrc=imageSrc.substring(0,i+1)+buttonName;}
button.over.src=imageSrc;button.submenu=submenu;GLOBAL_LoadedImages[button.name]=button;}else{if(typeof(buttonName)=="object"){if(typeof(GLOBAL_LoadedImages[button])=="undefined"){GLOBAL_LoadedImages[button+"Normal"]=buttonName[0];GLOBAL_LoadedImages[button+"Over"]=buttonName[2];GLOBAL_LoadedImages[button]=submenu;}
return;}
if(typeof(submenu)!="undefined"&&typeof(button)=="string"&&typeof(GLOBAL_LoadedImages[button])=="undefined")
GLOBAL_LoadedImages[button]=submenu;}}
function NOF_MenuRollButton(buttonName,over,layerId,isNotMainItem){var rollType=(over==CONSTANTS.MOUSE_OVER_IMAGE)?"over":"out";var isOver=(over==CONSTANTS.MOUSE_OVER_IMAGE)?true:false;var rollOver=GLOBAL_LoadedImages[buttonName];if(typeof(rollOver)=="undefined")
return;var menuType=typeof(rollOver.src)=="undefined"?CONSTANTS.MENU_TYPE_TEXT:CONSTANTS.MENU_TYPE_IMAGE;if(menuType==CONSTANTS.MENU_TYPE_IMAGE){var imageRollSrcString="rollOver."+rollType+".src";if(rollOver)
rollOver.src=eval(imageRollSrcString)?eval(imageRollSrcString):"";}else if(menuType==CONSTANTS.MENU_TYPE_TEXT){if(typeof(buttonName)=="string"){browser.getItem(buttonName).className=isOver?buttonName+ "Hover":buttonName;if(browser.getItem(buttonName+"_padding")){browser.getItem(buttonName+"_padding").style.padding=isOver?browser.getItem(buttonName+"_padding").paddingOver:browser.getItem(buttonName+"_padding").padding;}
if(typeof(browser.getItem(buttonName).style)!="undefined")
browser.getItem(buttonName).style.cssText=isOver?GLOBAL_LoadedImages[buttonName+"Over"]:GLOBAL_LoadedImages[buttonName+"Normal"];}}else
return;if((isNotMainItem==null||typeof(isNotMainItem)=="undefined")&&over==CONSTANTS.MOUSE_OUT_IMAGE){GLOBAL_CurrentItem="";GLOBAL_items.removeAll();}
var hasSubmenu=null;if(menuType==CONSTANTS.MENU_TYPE_IMAGE)
hasSubmenu=rollOver.submenu;else if(menuType==CONSTANTS.MENU_TYPE_TEXT)
hasSubmenu=typeof(rollOver)=="object";if(hasSubmenu){if(over==CONSTANTS.MOUSE_OVER_IMAGE){if(layerId&&typeof(layerId)!="undefined"&&layerId!="null"){if(GLOBAL_Close!=null)
clearTimeout(GLOBAL_Close);GLOBAL_items.removeSubitems(layerId+CONSTANTS.MENU_LAYER_SUFIX);}else
GLOBAL_items.removeAll();if(menuType==CONSTANTS.MENU_TYPE_IMAGE)
NOF_MenuOpenItem(rollOver,rollOver.submenu,layerId);else
NOF_MenuOpenItem(buttonName,rollOver,layerId);}
else{if(menuType==CONSTANTS.MENU_TYPE_IMAGE)
NOF_MenuCloseItem(rollOver.submenu);else
NOF_MenuCloseItem(rollOver);}}else if(over==CONSTANTS.MOUSE_OVER_IMAGE){if(layerId&&typeof(layerId)!="undefined"&&layerId!="null"){GLOBAL_CurrentItem=layerId+CONSTANTS.MENU_LAYER_SUFIX;GLOBAL_items.removeSubitems(GLOBAL_CurrentItem);}else
browser.hideMenuItem(GLOBAL_CurrentItem);}}
function NOF_MenuOpenItem(image,submenu,parentId){var layerId=submenu[0]+CONSTANTS.MENU_LAYER_SUFIX;var orientation=submenu[1];var openEffect=submenu[2];var offsetX=submenu[3];var offsetY=submenu[4];GLOBAL_items.addItem(layerId,parentId);GLOBAL_CurrentItem=layerId;browser.showMenuItem(image,layerId,offsetX,offsetY,openEffect);}
function NOF_MenuCloseItem(imageSubmenu){if(imageSubmenu[0]){var layerId=imageSubmenu[0]+CONSTANTS.MENU_LAYER_SUFIX;if(GLOBAL_items.toArray().length==1)
GLOBAL_CurrentItem=0;GLOBAL_Close=setTimeout("NOF_MenuHideItem('"+layerId+"')",CONSTANTS.MENU_REFRESH_TIME/4);}}
function NOF_MenuHideItem(itemId){if(itemId&&itemId!=null&&GLOBAL_CurrentItem!=itemId){browser.hideMenuItem(itemId);}}
function NOF_KeepOpen(itemId,parentId){GLOBAL_CurrentItem=itemId;if(GLOBAL_Hide!=null)
for(var i=0;i<GLOBAL_Hide.length;i++)
clearTimeout(GLOBAL_Hide[i]);}
function NOF_KeepClose(){GLOBAL_CurrentItem="";setTimeout("NOF_CloseChilds()",CONSTANTS.MENU_REFRESH_TIME);}
function NOF_CloseChilds(){var itemsList=GLOBAL_items.toArray();GLOBAL_Hide=new Array();if(GLOBAL_CurrentItem==""||GLOBAL_CurrentItem==0)
for(var i in itemsList)
if(itemsList[i])
GLOBAL_Hide[i]=setTimeout("browser.hideMenuItem('"+itemsList[i]+"')",CONSTANTS.MENU_REFRESH_TIME/4);if(!isMenuAutoClose()){itemsList=GLOBAL_items.toArray();for(var i in itemsList)
if(itemsList[i])
NOF_KeepOpen(itemsList[i]);}}
function isMenuAutoClose(){var itemsList=GLOBAL_items.toArray();if(itemsList[0]&&itemsList[0].length){var autoClose=browser.getItemAttribute(itemsList[0],"isautoclose");if(autoClose=="true")
return true;else
return false;}
return false;}
function HideMenu(){if(isMenuAutoClose())
return;var itemsList=GLOBAL_items.toArray();if(GLOBAL_Hide==null)
GLOBAL_Hide=new Array();for(var i in itemsList)
if(itemsList[i]&&itemsList[i].length){GLOBAL_items.removeItem(itemsList[i]);GLOBAL_Hide[i]=browser.hideMenuItem(itemsList[i]);}}
function NOF_OpenedItems(){this.openedItems="";this.separator="*";this.addItem=function addItem(item,parent){if(item==null||!item||item=="")
return;if(this.openedItems.indexOf(item)==-1){this.openedItems+=this.openedItems.length?(this.openedItems.indexOf(this.separator)==this.openedItems.length-1?"":this.separator)+item:item;}}
this.removeItem=function removeItem(item){if(item==GLOBAL_CurrentItem)
return;var temp=this.openedItems;if(temp.indexOf(item)>0){var a=temp.substring(0,temp.indexOf(item));var b=temp.substring(temp.indexOf(item)+item.length,temp.length);temp=a+b;}
while(temp.lastIndexOf(this.separator)==temp.length-1)
temp=temp.substring(0,temp.length-1);this.openedItems=temp;}
this.removeSubitems=function removeSubitems(item){if(item&&typeof(item)!="undefined"){var temp=this.openedItems;temp=temp.substring(0,temp.lastIndexOf(item)+item.length);var temp1=this.openedItems.substring(this.openedItems.indexOf(temp)+temp.length,this.openedItems.length);temp1=temp1.split(this.separator);for(var i=temp1.length-1;i>=0;i--)
if(temp1[i])
browser.hideMenuItem(temp1[i]);this.openedItems=temp;}}
this.currentItem=function currentItem(){var list=this.toArray();return list[list.length-1];}
this.removeAll=function removeAll(){var items=this.toArray();clearTimeout(GLOBAL_Close);for(var i=items.length-1;i>=0;i--)
if(items[i]!=null&&items[i]!=""){clearTimeout(items[i]);browser.hideMenuItem(items[i]);}
this.openedItems="";}
this.toArray=function toArray(){return this.openedItems.split(this.separator);}}
function F_menu(item){NOF_Menu(item);}
function F_roll(itemId,over,layerId,isNotMainItem){var layerId=(layerId==null||typeof(layerId)=="undefined")?null:layerId;var isNotMainItem=(isNotMainItem==null||typeof(isNotMainItem)=="undefined")?null:isNotMainItem;if(typeof(itemId)=="object"&&itemId.constructor==Array){for(var i=0;i<itemId.length;i++){NOF_MenuRollButton(itemId[i],over,layerId,isNotMainItem);}}
else{NOF_MenuRollButton(itemId,over,layerId,isNotMainItem);}}
function F_loadRollover(image,rollOverButton,submenu){return NOF_MenuLoadRollOver(image,rollOverButton,submenu);}
//-->
</script>
<script type="text/javascript">
<!--
var hwndPopup_2be5;function openpopup_2be5(url){var popupWidth=400;var popupHeight=300;var popupTop=300;var popupLeft=300;var isFullScreen=false;var isAutoCenter=false;var popupTarget="popupwin_2be5";var popupParams="toolbar=0, scrollbars=0, menubar=0, status=0, resizable=0";if(isFullScreen){popupParams+=", fullscreen=1";}else if(isAutoCenter){popupTop=parseInt((window.screen.height-popupHeight)/2);popupLeft=parseInt((window.screen.width-popupWidth)/2);}
var ua=window.navigator.userAgent;var isMac=(ua.indexOf("Mac")>-1);//
if(isMac&&url.indexOf("http")!=0){url=location.href.substring(0,location.href.lastIndexOf('\/'))+"/"+url;}
var isOpera=(ua.indexOf("Opera")>-1);var operaVersion;if(isOpera){var i=ua.indexOf("Opera");operaVersion=parseFloat(ua.substring(i+6,ua.indexOf(" ",i+8)));if(operaVersion>7.00){var isAccessible=false;eval("try { isAccessible = ( (hwndPopup_2be5 != null) && !hwndPopup_2be5.closed ); } catch(exc) { } ");if(!isAccessible){hwndPopup_2be5=null;}}}
if((hwndPopup_2be5==null)||hwndPopup_2be5.closed){if(isOpera&&(operaVersion<7)){if(url.indexOf("http")!=0){hwndPopup_2be5=window.open(url,popupTarget,popupParams+((!isFullScreen)?", width="+popupWidth+", height="+popupHeight:""));if(!isFullScreen){hwndPopup_2be5.moveTo(popupLeft,popupTop);}
hwndPopup_2be5.focus();return;}}
if(!(window.navigator.appName=="Netscape"&&!document.getElementById)){popupParams+=", width="+popupWidth+", height="+popupHeight+", left="+popupLeft+", top="+popupTop;}else{popupParams+=", left="+popupLeft+", top="+popupTop;}
hwndPopup_2be5=window.open("",popupTarget,popupParams);if(!isFullScreen){hwndPopup_2be5.resizeTo(popupWidth,popupHeight);hwndPopup_2be5.moveTo(popupLeft,popupTop);}
hwndPopup_2be5.focus();with(hwndPopup_2be5.document){open();write("<ht"+"ml><he"+"ad><\/he"+"ad><bo"+"dy onLoad=\"window.location.href='"+url+"'\"><\/bo"+"dy><\/ht"+"ml>");close();}}else{if(isOpera&&(operaVersion>7.00)){eval("try { hwndPopup_2be5.focus(); hwndPopup_2be5.location.href = url; } catch(exc) { hwndPopup_2be5 = window.open(\""+url+"\",\""+popupTarget+"\",\""+popupParams+", width="+popupWidth +", height="+popupHeight+"\"); } ");}else{hwndPopup_2be5.focus();hwndPopup_2be5.location.href=url;}}}
-->
</script>
<link rel="stylesheet" type="text/css" href="style.css"><!--[if lt IE 7]>
<style type="text/css">@import url(ie6.css);</style>
<![endif]-->
</head>
<body>
<div id="aussen">
<div id="rahmen">
<div id="innen">
<div id="haus"><img src="../assets/images/oli/haus_Nbanner.gif" alt=""></div>
<div id="ghz"><img src="../assets/images/ghz.gif" alt=""></div>
<div id="menu">
<a href="./index.php" style="cursor:pointer; text-decoration:none;" onmouseover="F_loadRollover('Navigationsschaltflaeche1','',0);F_roll('Navigationsschaltflaeche1',1)" onmouseout="F_roll('Navigationsschaltflaeche1',0)"><img id="Navigationsschaltflaeche1" name="Navigationsschaltflaeche1" height="26" width="126" src="../assets/images/autogen/Haus_Hhighlighted_1_1.gif" onmouseover="F_loadRollover(this,'Haus_HRhighlightedRollover_1_1.gif',0)" border="0" alt="Haus" title="Haus"></a> <a href="./index.php?s=wohnen" style="cursor:pointer; text-decoration:none;" onmouseover="F_loadRollover('Navigationsschaltflaeche2','',0);F_roll('Navigationsschaltflaeche2',1)" onmouseout="F_roll('Navigationsschaltflaeche2',0)"><img id="Navigationsschaltflaeche2" name="Navigationsschaltflaeche2" height="26" width="126" src="../assets/images/autogen/Gastezimmer_Nregular_1.gif" onmouseover="F_loadRollover(this,'Gastezimmer_NRregularRollover_1.gif',0)" border="0" alt="G&#228;stezimmer" title="G&#228;stezimmer"></a> <a href="./index.php?s=freizeit" style="cursor:pointer; text-decoration:none;" onmouseover="F_loadRollover('Navigationsschaltflaeche3','',0);F_roll('Navigationsschaltflaeche3',1)" onmouseout="F_roll('Navigationsschaltflaeche3',0)"><img id="Navigationsschaltflaeche3" name="Navigationsschaltflaeche3" height="26" width="126" src="../assets/images/autogen/Freizeit_Nregular_1.gif" onmouseover="F_loadRollover(this,'Freizeit_NRregularRollover_1.gif',0)" border="0" alt="Freizeit" title="Freizeit"></a> <a href="./index.php?s=info" style="cursor:pointer; text-decoration:none;" onmouseover="F_loadRollover('Navigationsschaltflaeche4','',0);F_roll('Navigationsschaltflaeche4',1)" onmouseout="F_roll('Navigationsschaltflaeche4',0)"><img id="Navigationsschaltflaeche4" name="Navigationsschaltflaeche4" height="26" width="126" src="../assets/images/autogen/Info_Kontakt_Nregular_1.gif" onmouseover="F_loadRollover(this,'Info_Kontakt_NRregularRollover_1_1.gif',0)" border="0" alt="Info/Kontakt" title="Info/Kontakt"></a> <a href="./index.php?s=impressum" style="cursor:pointer; text-decoration:none;" onmouseover="F_loadRollover('Navigationsschaltflaeche5','',0);F_roll('Navigationsschaltflaeche5',1)" onmouseout="F_roll('Navigationsschaltflaeche5',0)"><img id="Navigationsschaltflaeche5" name="Navigationsschaltflaeche5" height="26" width="126" src="../assets/images/autogen/Impressum_Nregular_1.gif" onmouseover="F_loadRollover(this,'Impressum_NRregularRollover_1.gif',0)" border="0" alt="Impressum" title="Impressum"></a>
</div>
<div id="inhalt">
<img src="../assets/images/groupCLR.gif" alt="" style="float:left; margin:10px; margin-right:30px; margin-left:30px;">
<p style="margin:0px; border-bottom:2px solid #555555; margin-left:130px; margin-right:20px; padding-bottom:13px;"><font color="#808080" face="Tahoma,Verdana,Arial,Helvetica,Sans-serif"><b>Gr&#252;&#223; Gott auf unserer Homepage!</b></font><br>
<br>
<font color="#808080" face="Tahoma,Verdana,Arial,Helvetica,Sans-serif">Wir sind sicher, ein Aufenthalt in unserem G&#228;stehaus</font> <font color="#FFCC00" face="Tahoma,Verdana,Arial,Helvetica,Sans-serif"><b>***</b></font> <font color="#808080" face="Tahoma,Verdana,Arial,Helvetica,Sans-serif">in herrlicher Allg&#228;uer Landschaft mit w&#252;rziger Luft und faszinierender Natur verursacht auch Ihnen Schmetterlinge im Bauch! Erinnern Sie sich noch...........?</font></p>
<div id="links">
<font color="#2C7FBA" face="Tahoma,Verdana,Arial,Helvetica,Sans-serif"><b>Impressionen</b></font>
<p style="margin:4px; height:65px;"><a href="javascript:openpopup_2be5('../haus_ani1.jpg')"><img src="../assets/images/_2a.jpg" alt="" style="float:left; margin:5px;"></a> <font color="#9FB55C" size="-1" face="Tahoma,Verdana,Arial,Helvetica,Sans-serif"><b>Sommer</b><br></font> <font color="#808080" size="-1" face="Tahoma,Verdana,Arial,Helvetica,Sans-serif">zum vergr&#246;&#223;ern bitte Bilder<br>
anklicken!</font></p>
<hr>
<p style="margin:4px; height:65px;"><a href="javascript:openpopup_2be5('../_3.jpg')"><img src="../assets/images/_3a.jpg" alt="" style="float:left; margin:5px;"></a> <font color="#9FB55C" size="-1" face="Tahoma,Verdana,Arial,Helvetica,Sans-serif"><b>Winter</b><br></font></p>
<hr>
<p style="margin:4px; height:65px;"><a href="index.php?s=diashow" style="text-decoration:none;"><img src="../assets/images/sonnenuntergangk.jpg" alt="" style="float:left; margin:5px;"> <font color="#9FB55C" size="-1" face="Tahoma,Verdana,Arial,Helvetica,Sans-serif"><b>Diashow</b><br></font></a></p>
</div><!-- links -->
<div id="rechts">
<object classid="CLSID:D27CDB6E-AE6D-11cf-96B8-444553540000" width="400" height="300" codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0">
<param name="movie" value="../assets/applets/arbeitzitt2.swf">
<param name="quality" value="high">
<param name="scale" value="exactfit">
<param name="menu" value="true">
<param name="loop" value="0">
<param name="play" value="1">
<param name="bgcolor" value="#fdf4e1">
<embed src="../assets/applets/arbeitzitt2.swf" quality="high" scale="exactfit" menu="false" bgcolor="#000000" width="400" height="300" swliveconnect="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash">
</object>
</div>
</div>
<hr style="clear:both; visibility:hidden;">
<div id="unten">
<font color="#808080" size="-1"><b>Familie Zitt Tannenweg 4 87466 Oy-Mittelberg Tel. 0 83 66/13 21 Fax 0 83 66/98 84 98<br>
E-Mail: familie-zitt@gmx.de www.gaestehaus-zitt.de</b></font>
</div>
</div><!-- rahmen -->
</div><!-- innen -->
</div><!-- aussen -->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment