function initMainNav(stellenangebot) {



/*
initMainNavItem("nav-0", [

{text: "Aktuelle Themen", href: "index.php?flag=news.php"}
//{text: "Stellenangebote", href: "index.php?flag=stellenangebote.html"}

]);
*/



initMainNavItem("nav-0", [
//	{text: "Aktuelle Themen", href: "index.php?flag=news.php"}
]);



initMainNavItem("nav-1", [
]);


if(stellenangebot){
    initMainNavItem("nav-2", [
    	{text: "Historie", href: "index.php?flag=unternehmen.php&m=1"} ,
        {text: "Stellenangebote", href: "index.php?flag=stellenangebote.html&m=1"}
    ]);
}else{
    initMainNavItem("nav-2", [
    ]);
}




initMainNavItem("nav-3", [
{text: "IT-Security", href: "index.php?flag=itsecurity.html&m=2"} ,
{text: "EDV-Lösungen", href: "index.php?flag=edv.html&m=2"} ,
{text: "Schulungen & Consulting", href: "index.php?flag=schulung.html&m=2"}
//{text: "MIB-NetSheriff", href: "index.php?flag=mib.html&m=2"}


]);


initMainNavItem("nav-4", [



]);

initMainNavItem("nav-5", [

{text: "Technologie / Hersteller", href: "index.php?flag=partner.html&m=4"} ,
{text: "Händler/Distribution", href: "index.php?flag=partnerformular.php&m=4"}


]);


initMainNavItem("nav-6", [


]);


initMainNavItem("nav-7", [

{text: "Kontaktformular", href: "index.php?flag=kontakt.php&m=6"} ,
{text: "Impressum", href: "index.php?flag=impressum.html&m=6"} ,
{text: "Datenschutz", href: "index.php?flag=datenschutz.html&m=6"} ,
{text: "Haftungsausschluss", href: "index.php?flag=disclaimer.html&m=6"} ,
{text: "Anfahrt", href: "index.php?flag=anfahrt.html&m=6"} ,
{text: "AGB", href: "index.php?flag=agb.html&m=6"}

]);

initMainNavItem("nav-presse", [

{text: "A.P.E. Pressekit", href: "index.php?flag=pressematerial.html&m=presse"}
//{text: "Presse & Artikel", href: "index.php?flag=presse.html&m=presse"},


]);


}