// Begin Analytics
$(document).ready( function() {
});
// End Analytics

// 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["NavigationBar4"] = {
	"NavigationButton1" : { image: "../assets/images/autogen/Home_Hhighlighted_1.gif", rollover: "../assets/images/autogen/Home_HRhighlighted_1.gif", w: 141, h: 25 },
	"NavigationButton2" : { image: "../assets/images/autogen/our_work_Nregular_1.gif", rollover: "../assets/images/autogen/our_work_NRregular_1.gif", w: 141, h: 25, opening: "right", offsetX: 141, offsetY: 0 },
	"NavigationButton9" : { image: "../assets/images/autogen/decanters_Nregular.gif", rollover: "../assets/images/autogen/decanters_NRregular.gif", w: 141, h: 25 },
	"NavigationButton10" : { image: "../assets/images/autogen/Tea___Coffee_Nregular.gif", rollover: "../assets/images/autogen/Tea___Coffee_NRregular.gif", w: 141, h: 25 },
	"NavigationButton11" : { image: "../assets/images/autogen/Candle_sticks_Nregular.gif", rollover: "../assets/images/autogen/Candle_sticks_NRregular.gif", w: 141, h: 25 },
	"NavigationButton12" : { image: "../assets/images/autogen/bowls_Nregular.gif", rollover: "../assets/images/autogen/bowls_NRregular.gif", w: 141, h: 25 },
	"NavigationButton13" : { image: "../assets/images/autogen/Gift_ideas_Nregular.gif", rollover: "../assets/images/autogen/Gift_ideas_NRregular.gif", w: 141, h: 25 },
	"NavigationButton14" : { image: "../assets/images/autogen/Gifts_under__200_Nregular.gif", rollover: "../assets/images/autogen/Gifts_under__200_NRregular.gif", w: 141, h: 25 },
	"NavigationButton15" : { image: "../assets/images/autogen/Gifts__200_-__350_Nregular.gif", rollover: "../assets/images/autogen/Gifts__200_-__350_NRregular.gif", w: 141, h: 25 },
	"NavigationButton3" : { image: "../assets/images/autogen/the_company_Nregular_1.gif", rollover: "../assets/images/autogen/the_company_NRregular_1.gif", w: 141, h: 25, opening: "right", offsetX: 141, offsetY: 0 },
	"NavigationButton16" : { image: "../assets/images/autogen/Heritage_Nregular_1.gif", rollover: "../assets/images/autogen/Heritage_NRregular_1.gif", w: 141, h: 25 },
	"NavigationButton17" : { image: "../assets/images/autogen/workshop_Nregular_1.gif", rollover: "../assets/images/autogen/workshop_NRregular_1.gif", w: 141, h: 25 },
	"NavigationButton4" : { image: "../assets/images/autogen/press_Hhighlighted_1.gif", rollover: "../assets/images/autogen/press_HRhighlighted_1.gif", w: 141, h: 25 },
	"NavigationButton5" : { image: "../assets/images/autogen/contact_Nregular_1.gif", rollover: "../assets/images/autogen/contact_NRregular_1.gif", w: 141, h: 25 },
	"NavigationButton6" : { image: "../assets/images/autogen/links_Nregular_1.gif", rollover: "../assets/images/autogen/links_NRregular_1.gif", w: 141, h: 25 },
	"NavigationButton7" : { image: "../assets/images/autogen/Book_Nregular_1.gif", rollover: "../assets/images/autogen/Book_NRregular_1.gif", w: 141, h: 25 },
	"NavigationButton8" : { image: "../assets/images/autogen/jewellery_Nregular.gif", rollover: "../assets/images/autogen/jewellery_NRregular.gif", w: 141, h: 25 }
};

$(document).ready(function(){
	$.fn.nofNavBarOptions({ navBarId: "NavigationBar4", rollover: true, autoClose: true });
	$("#NavigationBar4").nofNavBar({isMain: true, orientation: "vertical" });
	$("#NavigationBar4_1").nofNavBar({isMain: false, orientation: "vertical", opening: "right", offsetX: 141, offsetY: 0 });
	$("#NavigationBar4_2").nofNavBar({isMain: false, orientation: "vertical", opening: "right", offsetX: 141, offsetY: 0 });
	$("#NavigationBar4_3").nofNavBar({isMain: false, orientation: "vertical", opening: "right", offsetX: 141, offsetY: 0 });
	$("#NavigationBar4 ul").hide();
});


// End Navigation Bars


