// 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["NavigationBar3"] = {
	"NavigationButton1" : { image: "../Home_Np1_1.gif", rollover: "../Home_NRp2_1.gif", w: 90, h: 80 },
	"NavigationButton2" : { image: "../Tips_Np1_1.gif", rollover: "../Tips_NRp2_1.gif", w: 90, h: 80 },
	"NavigationButton3" : { image: "../Lasagna_Np1_1.gif", rollover: "../Lasagna_NRp2_1.gif", w: 90, h: 80 },
	"NavigationButton4" : { image: "../Dandelion_Np1_1.gif", rollover: "../Dandelion_NRp2_1.gif", w: 90, h: 80 },
	"NavigationButton5" : { image: "../City_Np1_1.gif", rollover: "../City_NRp2_1.gif", w: 90, h: 80 },
	"NavigationButton6" : { image: "../Wildlife_Np1_1.gif", rollover: "../Wildlife_NRp2_1.gif", w: 90, h: 80 },
	"NavigationButton7" : { image: "../Hosting_Mr_Toad_Np1_1.gif", rollover: "../Hosting_Mr_Toad_NRp2_1.gif", w: 90, h: 80 },
	"NavigationButton8" : { image: "../Ten_Rules_Np1_1.gif", rollover: "../Ten_Rules_NRp2_1.gif", w: 90, h: 80 },
	"NavigationButton9" : { image: "../Flower_Recipies_Np1_1.gif", rollover: "../Flower_Recipies_NRp2_1.gif", w: 90, h: 80 }
};

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


// End Navigation Bars


