// Begin jMedia Components
$(document).ready(
function() {
	$("#HotMediaPlayer1").media({ width: 140, height: 14, src: 'hm30.class', title: 'HotMedia Player',
		params: { codebase: '../../Systeem/Vivid/', 'ShowALink': 'n' }
	});
});
// End jMedia Components

// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["VerticalNavigationBar1"] = {
	"NavigationButton1" : { image: "../../collectie_1_Np1_1.gif", rollover: "../../collectie_1_NRp2_1.gif", w: 100, h: 84 },
	"NavigationButton2" : { image: "../../collectie_2_Np1_1.gif", rollover: "../../collectie_2_NRp2_1.gif", w: 100, h: 84 },
	"NavigationButton3" : { image: "../../collectie_3_Np1_1.gif", rollover: "../../collectie_3_NRp2_1.gif", w: 100, h: 84 },
	"NavigationButton4" : { image: "../../collectie_4_Np1_1.gif", rollover: "../../collectie_4_NRp2_1.gif", w: 100, h: 84 },
	"NavigationButton5" : { image: "../../collectie_5_Np1_1.gif", rollover: "../../collectie_5_NRp2_1.gif", w: 100, h: 84 },
	"NavigationButton6" : { image: "../../collectie_6_Np1_1.gif", rollover: "../../collectie_6_NRp2_1.gif", w: 100, h: 84 },
	"NavigationButton7" : { image: "../../collectie_7_Np1_1.gif", rollover: "../../collectie_7_NRp2_1.gif", w: 100, h: 84 },
	"NavigationButton8" : { image: "../../collectie_8_Np1_1.gif", rollover: "../../collectie_8_NRp2_1.gif", w: 100, h: 84 },
	"NavigationButton9" : { image: "../../collectie_9_Np1_1.gif", rollover: "../../collectie_9_NRp2_1.gif", w: 100, h: 84 },
	"NavigationButton10" : { image: "../../collectie_10_Np1_1.gif", rollover: "../../collectie_10_NRp2_1.gif", w: 100, h: 84 },
	"NavigationButton11" : { image: "../../collectie_11_Np1_1.gif", rollover: "../../collectie_11_NRp2_1.gif", w: 100, h: 84 },
	"NavigationButton12" : { image: "../../collectie_12_Np1_1.gif", rollover: "../../collectie_12_NRp2_1.gif", w: 100, h: 84 },
	"NavigationButton13" : { image: "../../collectie_13_Np1_1.gif", rollover: "../../collectie_13_NRp2_1.gif", w: 100, h: 84 },
	"NavigationButton14" : { image: "../../collectie_14_Np1_1.gif", rollover: "../../collectie_14_NRp2_1.gif", w: 100, h: 84 },
	"NavigationButton15" : { image: "../../Verkoop_Np1_1.gif", rollover: "../../Verkoop_NRp2_1.gif", w: 100, h: 84 },
	"NavigationButton16" : { image: "../../Aankoop_Np1_1.gif", rollover: "../../Aankoop_NRp2_1.gif", w: 100, h: 84 }
};

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


ButtonsImageMapping["NavigationBar2"] = {
	"NavigationButton17" : { image: "../../Biografie_Np1_1.gif", rollover: "../../Biografie_NRp2_1.gif", w: 100, h: 84 },
	"NavigationButton18" : { image: "../../Aktueel_Np1_1.gif", rollover: "../../Aktueel_NRp2_1.gif", w: 100, h: 84 },
	"NavigationButton19" : { image: "../../Galerie_Hp3_1.gif", rollover: "../../Galerie_HRp4_1.gif", w: 100, h: 84 },
	"NavigationButton20" : { image: "../../Video_Np1_1.gif", rollover: "../../Video_NRp2_1.gif", w: 100, h: 84 }
};

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


ButtonsImageMapping["NavigationBar3"] = {
	"NavigationButton21" : { image: "../../Entree_Np1_1.gif", rollover: "../../Entree_NRp2_1.gif", w: 100, h: 84 }
};

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


// End Navigation Bars


