function navigator()
{
	showpost=window.open('php.html','showpost','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,border=no,dependent=yes,leftmargin=0,topmargin=0,left=200,top=100,width=550,height=330');
}
temp = new NavBarMenu(0, 100);
temp.addItem(new NavBarMenuItem("Web-Design", ""));
temp.addItem(new NavBarMenuItem("&nbsp;Farben", "construct.html"));
temp.addItem(new NavBarMenuItem("&nbsp;Stil", "construct.html"));
AMINav.addMenu(temp);

temp = new NavBarMenu(0,150);
temp.addItem(new NavBarMenuItem("Webprogrammierung", ""));
temp.addItem(new NavBarMenuItem("&nbsp;HTML", "html.html"));
temp.addItem(new NavBarMenuItem("&nbsp;PHP", "php.html"));
temp.addItem(new NavBarMenuItem("&nbsp;JavaScript", "jscript.html"));
temp.addItem(new NavBarMenuItem("&nbsp;Perl", "perl.html"));
temp.addItem(new NavBarMenuItem("&nbsp;ASP", "asp.html"));
AMINav.addMenu(temp);

temp = new NavBarMenu(0, 150);
temp.addItem(new NavBarMenuItem("Hauptmenü", ""));
temp.addItem(new NavBarMenuItem("&nbsp;Kontakt", "kontakt.html"));
temp.addItem(new NavBarMenuItem("&nbsp;Technik & mehr", "construct.html"));
temp.addItem(new NavBarMenuItem("&nbsp;zurück zur Startseite", "main.html"));
AMINav.addMenu(temp);
