// 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["VerticalNavigationBar1"] = {
	"NavigationButton1" : { image: "../Home_Np1_1.gif", rollover: "../Home_NRp2_1.gif", w: 90, h: 80 },
	"NavigationButton2" : { image: "../Safe_Plants_Np1_1.gif", rollover: "../Safe_Plants_NRp2_1.gif", w: 90, h: 80 },
	"NavigationButton3" : { image: "../Safe_Plants_Pt2_Np1_1.gif", rollover: "../Safe_Plants_Pt2_NRp2_1.gif", w: 90, h: 80 },
	"NavigationButton4" : { image: "../My_Additions_Np1_1.gif", rollover: "../My_Additions_NRp2_1.gif", w: 90, h: 80 },
	"NavigationButton5" : { image: "../Kitty-Proof_Np1_1.gif", rollover: "../Kitty-Proof_NRp2_1.gif", w: 90, h: 80 }
};

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


// End Navigation Bars


