// ******************* Globale Settings
navigationwidth = 148;
navigationpadding = 2;

// ******************* Standardseite falls Fehler oder Root

function k7startpage()
{
k7type="chapter"
k7pagename="index.htm"
k7navigposition = 0;
}

function k7defaultpage()
{
k7type="chapter"
k7pagename="nn"
k7navigposition = 1;
}



// Seiten der Haupnavigation auf der linken Seite
// Neuer Eintrag in der Form:
// navigation[pos] = "chapter oder page/dateiname.htm/Angezeigter Titel";pos++;

var pos = 0;
var navigation = new Array()

navigation[pos] = "chapter/index.htm/Projektinfo";pos++;
navigation[pos] = "chapter/javascript:'k7ShowMenu()'/Arbeitspakete";pos++;
navigation[pos] = "chapter/publikationen.htm/Publikationen";pos++;
navigation[pos] = "chapter/projektpartner.htm/Projektpartner";pos++;
navigation[pos] = "chapter/links.htm/Links";pos++;
navigation[pos] = "chapter/kontakt.htm/Kontakt";pos++;
navigation[pos] = "chapter/ /&nbsp;";pos++;
navigation[pos] = "chapter/english.htm/English";pos++;
pos = 0;



