function verweis2(URL1,URL2)
  {
    parent.frames[1].location.href=URL1;
    parent.frames[3].location.href=URL2;
  }

function main2(URL1,URL2)
  {

    if (typeof(opener.location.href)=="string")
    {
      opener.parent.frames[1].location.href=URL1;
      opener.parent.frames[3].location.href=URL2;
      opener.parent.focus();
    }
    else
    {
//      var neu = window.open("http://www.die-schlechten.de/index.html","neu");
      var neu = window.open(URL2,"neu");
//      neu.parent.frames[1].location.href=URL1;
//      neu.parent.frames[3].location.href=URL2;
      neu.parent.focus();
    }
  }

function tourpopup()
{
  // open the popup window
    var schlecht = window.open("tour/tour01.html","Tour",'dependent=1,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,screenX=148,screenY=210,width=700,height=500');
    schlecht.focus();
}
