thisPage='nav.htm';

var x = 0
page = location.search.substr(1).split("?")

for (x=0;x<=page.length;x++)
 { eval(page) }
	
page = escape(page);
page = page.slice(7);


function subMenu(name,linkSub) 
 {
  this.name = name;
  this.linkSub = linkSub;
 }


// ------ M E N U - D A T A ------

document.write('<BASE target="main_start">');

if (page=='home') {
thisMenu = new Array();

parent.main_start.location.href = "../main_start.php";
parent.main_top.location.href = "../header/header01.htm";
}

// ------ Profil Information ------
if (page=='profil') {
thisMenu = new Array();
thisMenu[0] = new subMenu('Philosophie','philosophie.htm');
thisMenu[1] = new subMenu('Team','team.htm');
thisMenu[2] = new subMenu('AGB','agb.htm');
parent.main_start.location.href = "../profil.htm";
parent.main_top.location.href = "../header/header02.htm";
}

// ------ Leistungen ------
if (page=='leistungen') {
thisMenu = new Array();
thisMenu[0] = new subMenu('Konzeption','konzeption.htm');
thisMenu[1] = new subMenu('Management','management.htm');
thisMenu[2] = new subMenu('Logistik','logistik.htm');
thisMenu[3] = new subMenu('Technik','technik.htm');
thisMenu[4] = new subMenu('Multimedia','multimedia.htm');
parent.main_start.location.href = "../leistungen.htm";
parent.main_top.location.href = "../header/header03.htm";
}

// ------ Referenzen ------
if (page=='referenzen') {
thisMenu = new Array();
thisMenu[0] = new subMenu('Top 5','ref_archiv.php?mode=top');
thisMenu[1] = new subMenu('Archiv','ref_archiv.php?mode=all');
thisMenu[2] = new subMenu('Kunden','kunden.htm');
parent.main_start.location.href = "../ref_archiv.php?mode=top";
parent.main_top.location.href = "../header/header04.htm";
}

// ------ Partner ------
if (page=='partner') {
thisMenu = new Array();
parent.main_start.location.href = "../partner.htm";
parent.main_top.location.href = "../header/header05.htm";
}

// ------ Service ------
if (page=='service') {
thisMenu = new Array();
//thisMenu[0] = new subMenu('newsadmin','newsadmin.php');
//thisMenu[1] = new subMenu('projektadmin','projektadmin.htm');
//thisMenu[2] = new subMenu('useradmin','useradmin.htm');
parent.main_start.location.href = "../service.htm";
parent.main_top.location.href = "../header/header06.htm";
}

// ------ Presse ------
if (page=='presse') {
thisMenu = new Array();
parent.main_start.location.href = "../presse.php";
parent.main_top.location.href = "../header/header07.htm";
}

// ------ Kontakt ------
if (page=='kontakt') {
thisMenu = new Array();
parent.main_start.location.href = "../kontakt.htm";
parent.main_top.location.href = "../header/header08.htm";
}

// ------ End - do not alter ------
if (page=='end') {
thisMenu = new Array();
}

