sniffBrowsers();

menuItemBullet = new bulletPoint("images/bullets/one/menu_off.gif","images/bullets/one/menu_on.gif");
labelBullet = new bulletPoint("images/bullets/one/header_off.gif","images/bullets/one/header_on.gif");
subMenuBullet = new bulletPoint("images/bullets/one/sub_header_off.gif","images/bullets/one/sub_header_on.gif");

myNardincMenu = new menuBar('myNardincMenu',480, 'horizontal', '#000000', '#000000');
myNardincMenu.addLabel(null, 'Home', null, 120, 'transparant', '#0000aa', '?pageId=1', 'center');
myNardincMenu.addLabel(null, 'Informatie', 1, 120, 'transparant', '#0000aa', '?pageId=2', 'center');
myNardincMenu.addLabel(null, 'Inschrijven', null, 120, 'transparant', '#0000aa', '?pageId=3', 'center');
myNardincMenu.addLabel(null, 'Routes', null, 120, 'transparant', '#0000aa', '?pageId=4', 'center');
myNardincMenu.addLabel(null, 'Foto\'s', null, 120, 'transparant', '#0000aa', '?pageId=5', 'center');
myNardincMenu.addLabel(null, 'Gastenboek', null, 120, 'transparant', '#0000aa', '?pageId=6', 'center');
myNardincMenu.addLabel(null, 'Links', null, 120, 'transparant', '#0000aa', '?pageId=7', 'center');
myNardincMenu.addLabel(null, 'Contact', null, 120, 'transparant', '#0000aa', '?pageId=8', 'center');
myNardincMenu.height = 23;

