// Begin XHTML adjustment
$(document).ready(function(){
	if (jQuery.browser.msie && jQuery.browser.version.substr(0, 2) == "6.") {
		$(".nof-clearfix").each(function (i) {
			$(this).append("<div style='clear:both'/>");
			$(this).removeClass("nof-clearfix");
		});
	}
});

// End XHTML adjustment

// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["NavigationBar1"] = {
	"NavigationButton1" : { image: "../assets/images/autogen/Home_Np1_1.GIF", rollover: "../assets/images/autogen/Home_NRp2_1.GIF", w: 100, h: 92 },
	"NavigationButton2" : { image: "../assets/images/autogen/Vids_2009_Np1_1.GIF", rollover: "../assets/images/autogen/Vids_2009_NRp2_1.GIF", w: 100, h: 92 },
	"NavigationButton3" : { image: "../assets/images/autogen/Streaming_Vids_Hp3_1.GIF", rollover: "../assets/images/autogen/Streaming_Vids_HRp4_1.GIF", w: 100, h: 92 },
	"NavigationButton4" : { image: "../assets/images/autogen/SV2008_Np1.GIF", rollover: "../assets/images/autogen/SV2008_NRp2.GIF", w: 100, h: 92 },
	"NavigationButton5" : { image: "../assets/images/autogen/SV2007_Np1.GIF", rollover: "../assets/images/autogen/SV2007_NRp2.GIF", w: 100, h: 92 },
	"NavigationButton6" : { image: "../assets/images/autogen/_Earlier_Vids_Np1_1.GIF", rollover: "../assets/images/autogen/_Earlier_Vids_NRp2_1.GIF", w: 100, h: 92 },
	"NavigationButton7" : { image: "../assets/images/autogen/Current_Contest_Np1_1.GIF", rollover: "../assets/images/autogen/Current_Contest_NRp2_1.GIF", w: 100, h: 92 },
	"NavigationButton8" : { image: "../assets/images/autogen/Kathleen_Procter-Moore_Np1_1.GIF", rollover: "../assets/images/autogen/Kathleen_Procter-Moore_NRp2_1.GIF", w: 100, h: 92 },
	"NavigationButton9" : { image: "../assets/images/autogen/Family_vids_Np1_1.GIF", rollover: "../assets/images/autogen/Family_vids_NRp2_1.GIF", w: 100, h: 92 },
	"NavigationButton10" : { image: "../assets/images/autogen/Links_Np1_1.GIF", rollover: "../assets/images/autogen/Links_NRp2_1.GIF", w: 100, h: 92 }
};

$(document).ready(function(){
	$.fn.nofNavBarOptions({ navBarId: "NavigationBar1", rollover: true, autoClose: false, spacing: 3 });
	$("#NavigationBar1").nofNavBar({isMain: true, orientation: "vertical" });
	$("#NavigationBar1 ul").hide();
	$("#NavigationBar1").css('border', '3px solid gray');
	$("#NavigationBar1").css('border-style', 'outset');
	$("#NavigationBar1 ul").css('border', '3px solid gray');
	$("#NavigationBar1 ul").css('border-style', 'outset');
});


// End Navigation Bars

