function DefDir(layout)
{
  layout.AddDir( 1, 'walti/index.asp', 'Persönliches' );
  layout.AddDir( 1, 'musik/index.asp', 'Musik' );
  layout.AddDir( 1, 'projekte/index.asp', 'Projekte' );
  layout.AddDir( 1, 'physik/index.asp', 'Mathe & Physik' );
  layout.AddDir( 1, 'gallery/index.html', 'Bilder-Galerien' );
  layout.AddDir( 1, 'disease/index.html', 'Angst &amp; Depression' );
  layout.AddDir( 1, 'work/index.asp', 'Arbeitsbereich' );
}

