// JavaScript Document
var myMenu =
[
  ['<img src="images/darrow.png">','Forside','./',null,'Forside'],
  ['<img src="images/darrow.png">','Stubhuset','',null,'Stubhuset',
    ['<img src="images/sections.png">','Om Stubhuset','./stubhuset.html',null,'Om Stubhuset'],
    ['<img src="images/sections.png">','Bestyrelse','./bestyrelse.html',null,'Bestyrelse'],
    ['<img src="images/sections.png">','Vedtægter','./vedtaegter.html',null,'Vedtægter'],
    ['<img src="images/sections.png">','Personale','./personale.html',null,'Personale'],
  ],
  ['<img src="images/darrow.png">','Udlejning','',null,'Udlejning',
    ['<img src="images/sections.png">','Lokaler','./lokaler.html',null,'Lokaler',
      ['<img src="images/sections.png">','Caféen','./cafe.html',null,'Caféen'],
      ['<img src="images/sections.png">','Salen','./salen.html',null,'Salen'],
      ['<img src="images/sections.png">','Køkken','./koekken.html',null,'Køkken'],
      ['<img src="images/sections.png">','Lokale 1','./lokale1.html',null,'Lokale 1'],
      ['<img src="images/sections.png">','Lokale 2','./lokale2.html',null,'Lokale 2'],
      ['<img src="images/sections.png">','Billedkunst','./billed.html',null,'Billedkunst'],
    ],
    ['<img src="images/sections.png">','Vilkår','./vilkaar.html',null,'Vilkår'],
    ['<img src="images/sections.png">','Booking','./booking.html',null,'Booking'],
 
  ],
    ['<img src="images/darrow.png">','Arrangementer','',null,'Arrangementer',
    ['<img src="images/sections.png">','Faste','',null,'Faste', 
	  ['<img src="images/sections.png">','Banko','./banko.html',null,'Banko',
          ['<img src="images/sections.png">','Maratonbanko 2006','./maratonbanko2006pic.html',null,'Maratonbanko 2006'],
          ['<img src="images/sections.png">','Maratonbanko 2007','./maratonbanko2007.html',null,'Maratonbanko 2007'],
        ],
	  ['<img src="images/sections.png">','SLZ - Støvring LanZone','http://www.slz.dk/',null,'SLZ - Støvring LanZone'],
	  ['<img src="images/sections.png">','Støvring Harmonikaklub','./harmonika.html',null,'Støvring Harmonikaklub'],
	  ['<img src="images/sections.png">','Rebild Kulturskole','http://www.rebildkulturskole.dk/',null,'Rebild Kulturskole'],
	],
    ['<img src="images/sections.png">','Koncerter','',null,'Koncerter',
	  ['<img src="images/sections.png">','Kommende koncerter','./koncerter.html',null,'Kommende koncerter'],
	  ['<img src="images/sections.png">','Tidligere koncerter','',null,'Afholdte koncerter',
            ['<img src="images/sections.png">','2010','koncerter2010.html',null,'2010'],
            ['<img src="images/sections.png">','2009','koncerter2009.html',null,'2009'],
            ['<img src="images/sections.png">','2008','koncerter2008.html',null,'2008'],
            ['<img src="images/sections.png">','2007','koncerter2007.html',null,'2007'],
            ['<img src="images/sections.png">','2006','koncerter2006.html',null,'2006'],
            ['<img src="images/sections.png">','2005','koncerter2005.html',null,'2005'],
            ['<img src="images/sections.png">','2004','koncerter2004.html',null,'2004'],
	  ],
	],
    ['<img src="images/sections.png">','Udstillinger','',null,'udstillinger',
	  ['<img src="images/sections.png">','Kommende udstillinger','./udstillinger.html',null,'Kommende udstillinger'],
	  ['<img src="images/sections.png">','Tidligere udstillinger','',null,'Tidligere udstillinger',
            ['<img src="images/sections.png">','2008','udstillinger2008.html',null,'2008'],
            ['<img src="images/sections.png">','2007','udstillinger2007.html',null,'2007'],
        ],
	],
    ['<img src="images/sections.png">','Stubhusrevyen','http://www.stubhusrevyen.dk/',null,'revy',
    ],
    
   ],
 ['<img src="images/darrow.png">','Nyheder','./nyheder.html',null,'Nyheder'],
 ['<img src="images/darrow.png">','Links','./links.html',null,'Links'],
 ['<img src="images/darrow.png">','Kulturpartnere','./sponsor.html',null,'Kulturpartnere'],
];

