if (parent.frames.length <= 1)
{
top.location.replace('../index.html');
}

var text = "PADERBORNER LAND ROUTE";
var position = 0;
window.status = text.substring(position, text.length);

 // Map-Funktion

function orte(x)
{
  parent.frames[3].location.href= "pblrorte/" + x + ".html";

  foto= x + ".jpg";
   if(navigator.appName == "Netscape")
           {
            parent.frames[1].netfotowechsel(foto);
            }
            else
            {
            parent.frames[1].fotowechsel(foto);
           }
}

function contentwechsel(x)
{
  parent.frames[3].location.href= "pblr" + x + ".html";

  foto="pblr" + x + ".jpg";
   if(navigator.appName == "Netscape")
           {
            parent.frames[1].netfotowechsel(foto);
            }
            else
            {
            parent.frames[1].fotowechsel(foto);
           }
}

function hoehen(x)
{
popupa=window.open("../pblrprofile/pblrprofil"+x+".html","profile","width=680,height=420,resizable=no, screenX=170, screenY=90, left=170, top=90");
popupa.focus();
}