var wikiLayout = null;

function NewLayout(aFile,aWiki,aPage)
{
  wikiLayout = new CLayout( 3 );
  wikiLayout.AddPath( 'Infos', '../../../index.html' );
  wikiLayout.AddPath( 'Angststörungen', '../../../angststoerungen/index.asp' );
  wikiLayout.AddPath( aWiki, aFile );
  wikiLayout.Header = 'Angstkrankheiten und deren Therapiemöglichkeiten';
  wikiLayout.Mail = 'aphs@aphs.ch';
  wikiLayout.AddPath( aPage, '' );
  return wikiLayout;
}


