// 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: "./Home_Hbut_hi.jpg", rollover: "./Home_HRbut_hi.jpg", w: 180, h: 30 },
	"NavigationButton2" : { image: "./Services_Nbut.jpg", rollover: "./Services_NRbut_roll.jpg", w: 180, h: 30 },
	"NavigationButton3" : { image: "./Case_Studies_Nbut.jpg", rollover: "./Case_Studies_NRbut_roll.jpg", w: 180, h: 30 },
	"NavigationButton4" : { image: "./About_CoC_Nbut.jpg", rollover: "./About_CoC_NRbut_roll.jpg", w: 180, h: 30, opening: "right", offsetX: 180, offsetY: 0 },
	"NavigationButton6" : { image: "./Thomas_Holzheu_Nbut.jpg", rollover: "./Thomas_Holzheu_NRbut_roll.jpg", w: 180, h: 30 },
	"NavigationButton7" : { image: "./Ludwig_Keller_Nbut.jpg", rollover: "./Ludwig_Keller_NRbut_roll.jpg", w: 180, h: 30 },
	"NavigationButton8" : { image: "./Michael_Neff_Nbut.jpg", rollover: "./Michael_Neff_NRbut_roll.jpg", w: 180, h: 30 },
	"NavigationButton5" : { image: "./Contact_Nbut.jpg", rollover: "./Contact_NRbut_roll.jpg", w: 180, h: 30 }
};

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


// End Navigation Bars


