/* Copyright Scientec Internet Applications + Media GmbH - www.scientec.de */

window.name="stadler";
self.focus();

function over(o){
  o.style.backgroundColor="#F2EFDF";
  o.onmouseout=function(){o.style.backgroundColor=""};
}


for (var i=0; i<document.links.length; i++){
  thisA=document.links[i];
  thisA.className=(thisA.href==document.location.href)?"an":"";
}
if(document.location.href.indexOf("/Hamburg/")!=-1 && document.location.href.indexOf("mietbedingungen")==-1){document.getElementById("Wohnungen").className="an";}
if(document.location.href.indexOf("/city")!=-1){document.getElementById("City").className="an";}
if(document.location.href.indexOf("/hafen")!=-1){document.getElementById("Hafen").className="an";}
if(document.location.href.indexOf("/zentrum")!=-1){document.getElementById("Zentrum").className="an";}
if(document.location.href.indexOf("/zentral")!=-1){document.getElementById("Zentral").className="an";}
if(document.location.href.indexOf("/innenstadt")!=-1){document.getElementById("Innenstadt").className="an";}
if(document.location.href.indexOf("/alsternaehe")!=-1){document.getElementById("Alsternaehe").className="an";}
if(document.location.href.indexOf("/alsterperle")!=-1){document.getElementById("Alsterperle").className="an";}
if(document.location.href.indexOf("/appartment2")!=-1){document.getElementById("Appartment2").className="an";}


function openFoto(o,b,h){
  window.open(o.href,"","toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width="+b+",height="+h)
}
