// 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["NavigationBar5"] = {
	"NavigationButton1" : { image: "../assets/images/autogen/Home_Nregular_2_1.gif", rollover: "../assets/images/autogen/Home_NRregularRollover_2_1.gif", w: 124, h: 19 },
	"NavigationButton2" : { image: "../assets/images/autogen/Purchase_Nregular_2_1.gif", rollover: "../assets/images/autogen/Purchase_NRregularRollover_2_1.gif", w: 124, h: 19 },
	"NavigationButton3" : { image: "../assets/images/autogen/How_it_Works_Nregular_2_1.gif", rollover: "../assets/images/autogen/How_it_Works_NRregularRollover_2_1.gif", w: 124, h: 19 },
	"NavigationButton4" : { image: "../assets/images/autogen/SetupBuilder_Hhighlighted_2.gif", rollover: "../assets/images/autogen/SetupBuilder_HRhighlightedRollover_2.gif", w: 124, h: 19 },
	"NavigationButton5" : { image: "../assets/images/autogen/Download_Nregular_2_1.gif", rollover: "../assets/images/autogen/Download_NRregularRollover_2_1.gif", w: 124, h: 19 },
	"NavigationButton6" : { image: "../assets/images/autogen/Screens_Nregular_2_1.gif", rollover: "../assets/images/autogen/Screens_NRregularRollover_2_1.gif", w: 124, h: 19 },
	"NavigationButton7" : { image: "../assets/images/autogen/Contact_Us_Nregular_2_1.gif", rollover: "../assets/images/autogen/Contact_Us_NRregularRollover_2_1.gif", w: 124, h: 19 },
	"NavigationButton8" : { image: "../assets/images/autogen/Support_Nregular_2_1.gif", rollover: "../assets/images/autogen/Support_NRregularRollover_2_1.gif", w: 124, h: 19 }
};

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


// End Navigation Bars

