﻿ ajmenu1 = new mainMenu('vertical', 0, '222222', '444444');
 ajmenu1.addItems("Home <BR>", "index.html",
                    "Algemene Informatie <BR>", "vereniging.html",		    
                    "Agenda <BR>", "actagenda.html",
		    "Berichten <BR>","berichten.html", 
            "ROCKNACH <br>", "rocknach.html",
		    "Repertoire <BR>", "repertoire.html",
		    "Expositie <BR>", "expositie.html",
                    "Intern Nieuws <BR>", "inlog.php",
                    "Foto Album <BR>", "fotoalbum.html",
                    "Jeugdharmonie <BR>", "homeJH.html",
                    "Sponsoren <BR>", "sponsoren.html",
                    "Contact <BR>", "bestuur.html",
                    "Gastenboek <BR>", "gastenboek.html");
                    
ajmenu1 = new subMenu('2','222222', '444444');
ajmenu1.addItems("Vereniging", "vereniging.html", "Dirigent", "dirigent.html");

ajmenu1 = new subMenu('10','222222', '444444');
ajmenu1.addItems("Home", "homeJH.html", "Speculaasconcert", "speculaas.html", "Agenda", "agendaJH.html", "Dirigent", "dirigenteJH.html", "Verhalen", "kamp2009JH.html", "Fotoboek", "fotoboekJH.html", "Contact", "contactJH.html", "Forum", "forumJH.html");

ajmenu1 = new subMenu('12','222222', '444444');
ajmenu1.addItems("Bestuur", "bestuur.html", "Locatie", "locatie.html", "Webmaster", "webmaster.html")
