// Begin Analytics
$(document).ready( function() {
	$('#Text17Link1').bind('click', function() { pageTracker._trackPageview('/outgoing/mailto:mendlerphotography@charter.net'); } );
});
// 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["NavigationBar3"] = {
	"NavigationButton1" : { image: "../assets/images/autogen/About_us_Np1.gif", rollover: "../assets/images/autogen/About_us_NRp2.gif", w: 130, h: 24 },
	"NavigationButton2" : { image: "../assets/images/autogen/Pricing_Np1.gif", rollover: "../assets/images/autogen/Pricing_NRp2.gif", w: 130, h: 24 },
	"NavigationButton3" : { image: "../assets/images/autogen/Contact_us_Hp3.gif", rollover: "../assets/images/autogen/Contact_us_HRp4.gif", w: 130, h: 24 },
	"NavigationButton4" : { image: "../assets/images/autogen/Wedding_Gallery_Np1.gif", rollover: "../assets/images/autogen/Wedding_Gallery_NRp2.gif", w: 130, h: 24 },
	"NavigationButton5" : { image: "../assets/images/autogen/Portrait_Gallery_Np1.gif", rollover: "../assets/images/autogen/Portrait_Gallery_NRp2.gif", w: 130, h: 24 },
	"NavigationButton6" : { image: "../assets/images/autogen/Art_Gallery_Np1.gif", rollover: "../assets/images/autogen/Art_Gallery_NRp2.gif", w: 130, h: 24 },
	"NavigationButton7" : { image: "../assets/images/autogen/Partner_Links_Np1.gif", rollover: "../assets/images/autogen/Partner_Links_NRp2.gif", w: 130, h: 24 }
};

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


// End Navigation Bars

