var wikiLayout = null;

function NewLayout(aFile,aWiki,aPage)
{
  wikiLayout = new CLayout( 2 );
  wikiLayout.AddPath( 'Infos', '../../index.html' );
  wikiLayout.AddPath( 'Wissen', '../index.html' );
  wikiLayout.AddPath( 'Forschung-News', aFile );
  wikiLayout.Header = aWiki;
  wikiLayout.Mail = 'aphs@aphs.ch';
  wikiLayout.AddPath( aPage, '' );
  return wikiLayout;
}


