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

