
//function loadFrame(  )
{
  
  file = document.location.pathname;
  if (  ! window.top.PoesieTopFrame   ) 
  {
     rootUrl = document.location.protocol 
             + '//'
             + document.location.host             
             ;
            
     if ( document.location.protocol == 'file:')     
        rootUrl += 'C:/Dokumente und Einstellungen/Besitzer/Eigene Dateien/Eigene Webs/poesie/';    
     else     
        rootUrl +='/'; 
     
     document.location.href= rootUrl +'index_2.htm#' + file ;
  }   

}

