tk = new Timekeep();			// DO NOT EDIT THIS LINE
tk.start("Create all menus");	// DO NOT EDIT THIS LINE

configTxt();					// DO NOT EDIT THIS LINE
//////////////////////////////////////////////////////////////////
function configTxt(){

	tk.start("Create menu 0");

//  styleDefault should always be defined because it is used in
//      menu.addButton() if the styleRef parameter is omitted
//	Instantiate (create) a button style object
	styleDefault = new NavButtonStyleFactory();
	styleDefault = styleDefault.getRef();
	styleDefault.styleWrite();
	styleT = new NavButtonStyleFactory("styleT");
	styleT = styleT.getRef();
	styleT.textAlignCold  = "center";
	styleT.textAlignHot   = "center";
	styleT.styleWrite();
}

configTxtImg();					// DO NOT EDIT THIS LINE
//////////////////////////////////////////////////////////////////
function configTxtImg(){

	tk.start("Create menu 1");

//  styleDefault should always be defined because it is used in
//      menu.addButton() if the styleRef parameter is omitted
//	Instantiate (create) a button style object
	styleDefault = new NavButtonStyleFactory();
	styleDefault = styleDefault.getRef();
	styleDefault.styleWrite();
	styleWide = new NavButtonStyleFactory("styleWide");
	styleWide = styleWide.getRef();
	styleWide.btnWidth   = 200;
	styleWide.horzOrVert = "V";
	styleWide.styleWrite();
	styleTI = new NavButtonStyleFactory("styleTI");
	styleTI = styleTI.getRef();
	styleTI.textAlignCold = "center";
	styleTI.textAlignHot  = "center";
	styleTI.styleWrite();

//	Instantiate (create) a menu object
//	menu1 = new NavMenu([locX], [locY], ["styleName"]);

}

configImg();					// DO NOT EDIT THIS LINE
//////////////////////////////////////////////////////////////////
function configImg(){

	tk.start("Create menu 2");	// DO NOT EDIT THIS LINE

//  styleDefault should always be defined because it is used in
//      menu.addButton() if the styleRef parameter is omitted
//	Instantiate (create) a button style object
	styleDefault = new NavButtonStyleFactory();
	styleDefault = styleDefault.getRef();
	styleDefault.styleWrite();
	styleI = new NavButtonStyleFactory("styleI");
	styleI = styleI.getRef();
	styleI.textAlignCold  = "center";
	styleI.textAlignHot   = "center";
	styleI.styleWrite();

}

configBgImg();					// DO NOT EDIT THIS LINE
//////////////////////////////////////////////////////////////////
function configBgImg(){

	tk.start("Create menu 3");	// DO NOT EDIT THIS LINE

//  styleDefault should always be defined because it is used in
//      menu.addButton() if the styleRef parameter is omitted
//	Instantiate (create) a button style object
	styleDefault = new NavButtonStyleFactory();
	styleDefault = styleDefault.getRef();
	styleDefault.styleWrite();
	styleBgI = new NavButtonStyleFactory("styleBgI");
	styleBgI = styleBgI.getRef();
	styleBgI.textAlignCold  = "center";
	
	styleBgI.textAlignHot   = "center";
	styleBgI.bgImgHot       = "style/opstab_hot3.gif";
	styleBgI.bgImgCold      = "style/opstab_cold3.gif";
	styleBgI.styleWrite();

//	Instantiate (create) a menu object
//	menu1 = new NavMenu([locX], [locY], ["styleName"]);
	menu3 = new NavMenu(50, 90); //Placering af menu

//	Add buttons to the menu
//	menu.addButton(barNum, title, target, parentBarNum, parentBtnNum, styleRef, horzOrVert, persist)
	btn = menu3.addButton(0, "KABF - Home", "KABF01.html", null, null, styleBgI, "H"); // sets style and orientation for bar
	btn = menu3.addButton(0, "Bliv biavler!", "KABF06.html");
	btn = menu3.addButton(0, "Hj&aelig;lp til ikke-biavlere", "KABF18.html");
	btn = menu3.addButton(0, "Skolebig&aring;rden", "KABF08.html");
        btn = menu3.addButton(0, "Vokstavlen", "KABF22.html");
	btn = menu3.addButton(0, "Viden om biavl", "KABF33.html");
        btn = menu3.addButton(0, "Webmaster", "KABF30.html");
        btn = menu3.addButton(0, "Links", "KABF31.html");

	btn = menu3.addButton(1, "Adresser og telefonnumre", "KABF34.html", 0, 0, styleBgI);
	btn = menu3.addButton(1, "X i kalenderen", "KABF02.html"); 
	btn = menu3.addButton(1, "Tidligere arrangementer", "KABF14.html");
	btn = menu3.addButton(1, "Opslagstavlen", "KABF11.html");
		
	btn = menu3.addButton(2, "Fra biernes verden", "KABF05.html", 0, 1, styleBgI); 
	btn = menu3.addButton(2, "Biavler i K&oslash;benhavn", "KABF17.html");
	btn = menu3.addButton(2, "KABF Begynderkursus", "KABF03.html");

//	btn = menu3.addButton(4, "Genindvielse af skolebig&aring;rd", "KABF10.html", 1, 2, styleBgI); 
//	btn = menu3.addButton(4, "Sommerudflugter", "KABF12.html");
//	btn = menu3.addButton(4, "Generalforsamling 2005", "KABF13.html");
//	btn = menu3.addButton(4, "Generalforsamling 2006", "KABF32.html");

	btn = menu3.addButton(5, "En bisv&aelig;rm ved mit hjem!!!", "KABF19.html", 0, 2, styleBgI); 
	btn = menu3.addButton(5, "Se forskel p&aring; bier og hvepse", "KABF04.html");
	btn = menu3.addButton(5, "Bistik!", "KABF20.html");

	btn = menu3.addButton(7, "Annoncering", "KABF24.html", 0, 4, styleBgI); 

	btn = menu3.addButton(8, "Korte tips", "KABF27.html", 0, 5, styleBgI);
	btn = menu3.addButton(8, "Artikler om biavl", "KABF28.html");
	btn = menu3.addButton(8, "Honning", "KABF29.html");
	btn = menu3.addButton(8, "Historisk biavl", "KABF16.html");
	
	btn = menu3.addButton(10, "Kort og rutebeskrivelse", "KABF09.html", 0, 3, styleBgI); 

	btn = menu3.addButton(11, "Bestyrelsen", "KABF07.html", 1, 0, styleBgI);         
	btn = menu3.addButton(11, "Lokalforeninger", "KABF35.html");		
	btn = menu3.addButton(11, "Slynger", "KABF36.html");
	btn = menu3.addButton(11, "M&oslash;deadresser", "KABF37.html");
	btn = menu3.addButton(11, "Voksklubber", "KABF38.html");
	btn = menu3.addButton(11, "Synsm&aelig;nd", "KABF39.html");
	btn = menu3.addButton(11, "Sv&aelig;rmhentere", "KABF40.html");
    btn = menu3.addButton(11, "Indbetaling", "KABF41.html");
	
	btn = menu3.addButton(12, "Honning behandling", "KABF23.html", 5, 2, styleBgI);         
	btn = menu3.addButton(12, "Honning analyse", "KABF25.html");		

}

//////////////////////////////////////////////////////////////////
function configBar(){

//  StyleDefault should always be defined because it is used for
//      any menu.addButton() which omits the style parameter.
//	Instantiate (create) a button style object
	styleDefault = new NavButtonStyleFactory();
	styleDefault = styleDefault.getRef();
	styleBar = new NavButtonStyleFactory("styleBar");
	styleBar = styleBar.getRef();
	styleBar.textAlignCold = "center";
	styleBar.textAlignHot  = "center";
//	styleBar.bgImgHot      = "image/bgHot.jpg";
//	styleBar.bgImgCold     = "image/opstab.gif";

}

//////////////////////////////////////////////////////////////////
function configBarBg(){

//  StyleDefault should always be defined because it is used for
//      any menu.addButton() which omits the style parameter.
//	Instantiate (create) a button style object
	styleDefault = new NavButtonStyleFactory();
	styleDefault = styleDefault.getRef();
	styleBarBg = new NavButtonStyleFactory("styleBarBg");
	styleBarBg = styleBarBg.getRef();
	styleBarBg.textAlignCold = "center";
	styleBarBg.textAlignHot  = "center";
	styleBarBg.bgImgHot      = "image/opstab_hot.gif";
	styleBarBg.bgImgCold     = "image/opstab_cold.gif";

}
