// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["NavigationBar1"] = {
	"NavigationButton1" : { image: "./Startsida_Hp3_1.gif", w: 116, h: 31 },
	"NavigationButton2" : { image: "./Aktuellt_Np1_1.gif", w: 116, h: 31 },
	"NavigationButton3" : { image: "./Happymaskiner_Np1_1.gif", w: 116, h: 31 },
	"NavigationButton4" : { image: "./Textilprinter__Np1_1.gif", w: 116, h: 31 },
	"NavigationButton5" : { image: "./Programvara_Np1_1.gif", w: 116, h: 31 },
	"NavigationButton6" : { image: "./Studio_Np1_1.gif", w: 116, h: 31 },
	"NavigationButton7" : { image: "./Service_Np1_1.gif", w: 116, h: 31 },
	"NavigationButton8" : { image: "./Begagnat_Np1_1.gif", w: 116, h: 31 },
	"NavigationButton9" : { image: "./Kontakt_Np1_1.gif", w: 116, h: 31 },
	"NavigationButton10" : { image: "./HAPPY_s_Np1_1.gif", w: 116, h: 31 }
};

$(document).ready(function(){
	$.fn.nofNavBarOptions({ navBarId: "NavigationBar1", autoClose: false });
	$("#NavigationBar1").nofNavBar({isMain: true, orientation: "vertical" });
	$("#NavigationBar1 ul").hide();
});


// End Navigation Bars

