// 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");
		});
	}
	if (jQuery.browser.safari){
		$(".nof-lyr>br:first").each(function () {
			$(this).replaceWith("<div style='height:0px'>&nbsp;</div>");
		});
	}
});

// 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: 118, h: 25 },
	"NavigationButton2" : { image: "../assets/images/autogen/ABOUT_US_Np1_1.gif", rollover: "../assets/images/autogen/ABOUT_US_NRp2_1.gif", w: 118, h: 25 },
	"NavigationButton3" : { image: "../assets/images/autogen/SPECIFICATIONS_Hp2_1.gif", rollover: "../assets/images/autogen/SPECIFICATIONS_HRp2_1.gif", w: 118, h: 25 },
	"NavigationButton4" : { image: "../assets/images/autogen/PRODUCTS_Np1_1.gif", rollover: "../assets/images/autogen/PRODUCTS_NRp2_1.gif", w: 118, h: 25 },
	"NavigationButton5" : { image: "../assets/images/autogen/APPLICATIONS_Np1_1.gif", rollover: "../assets/images/autogen/APPLICATIONS_NRp2_1.gif", w: 118, h: 25 },
	"NavigationButton6" : { image: "../assets/images/autogen/FIELD_DATA_Np1_1.gif", rollover: "../assets/images/autogen/FIELD_DATA_NRp2_1.gif", w: 118, h: 25 },
	"NavigationButton7" : { image: "../assets/images/autogen/SERVICES_Np1_1.gif", rollover: "../assets/images/autogen/SERVICES_NRp2_1.gif", w: 118, h: 25 },
	"NavigationButton8" : { image: "../assets/images/autogen/CONTACT_US_Np1_1.gif", rollover: "../assets/images/autogen/CONTACT_US_NRp2_1.gif", w: 118, h: 25 }
};

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


// End Navigation Bars

