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