function checkFrameset(URI2)
{
// var Home="http://home.arcor.de/1.rhs-berlin/"

   var Home="http://www.1rhs-berlin.de/"
   var HMain="index.php"
   var HNav="nav/"
   var Ziel=Home+HNav+URI2

//if(!parent.MNav)
//  location.href=Home+HMain+"?"+location.pathname+"&"+HNav+URI2;
//else

//     window.MNav.location.href = Ziel;

// MNav ist das Navi-Fester, unter IE Ok.
// unter FireFox wird flasches Fenster angesprochen, oder Fuktion nicht ausgeführt!?
if(parent.MNav)
   parent.MNav.location.href=Ziel


//_________________________________________________________
// Debug

//alert("URL:"+Home+HNav+URI2)
//alert(Ziel)
// document.write(Home+HNav+URI2);
}

function loadingNews()
{
    if(!parent.News)
      checkFrameset('_conta.htm#10')
}

function img_change(Name,Source,Description)
 {
  window.document.images[Name].src = Source;
  window.document.images[Name].alt = Description;
 }


//window.setTimeout("Wechsel0()", 15000);
function Wechsel0()
 {//document.all.Bild0.filters.revealTrans.Apply();
    document.all.Bild0.src = "../../tools/img_nav/berlinerhund.gif";
  //document.all.Bild0.filters.revealTrans.Play();
}

