// 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: "./Home_Norangebutton160.gif", rollover: "./Home_NRorangebutton160.gif", w: 160, h: 25 },
	"NavigationButton2" : { image: "./Our_Services_Horangebutton160.gif", rollover: "./Our_Services_HRorangebutton160.gif", w: 160, h: 25 },
	"NavigationButton3" : { image: "./Pool_Repairs_Norangebutton160.gif", rollover: "./Pool_Repairs_NRorangebutton160.gif", w: 160, h: 25 },
	"NavigationButton4" : { image: "./What_our_clients_say_Norangebutton160.gif", rollover: "./What_our_clients_say_NRorangebutton160.gif", w: 160, h: 25 },
	"NavigationButton5" : { image: "./Contact_us_Norangebutton160.gif", rollover: "./Contact_us_NRorangebutton160.gif", w: 160, 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


