// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["NavigationBar1"] = {
	"NavigationButton1" : { image: "../assets/images/autogen/____Scott_Naismith___Scottish_Nregular_2.gif", rollover: "../assets/images/autogen/____Scott_Naismith___Scottish_NRregularRollover_2.gif", w: 130, h: 23 },
	"NavigationButton2" : { image: "../assets/images/autogen/Biography_Nregular_2.gif", rollover: "../assets/images/autogen/Biography_NRregularRollover_2.gif", w: 130, h: 23 },
	"NavigationButton3" : { image: "../assets/images/autogen/Contact_Nregular_2.gif", rollover: "../assets/images/autogen/Contact_NRregularRollover_2.gif", w: 130, h: 23 },
	"NavigationButton4" : { image: "../assets/images/autogen/Gallery_Hhighlighted_2.gif", rollover: "../assets/images/autogen/Gallery_HRhighlightedRollover_2.gif", w: 130, h: 23 },
	"NavigationButton5" : { image: "../assets/images/autogen/Paintings_Nregular_2.gif", rollover: "../assets/images/autogen/Paintings_NRregularRollover_2.gif", w: 130, h: 23 },
	"NavigationButton6" : { image: "../assets/images/autogen/Sept_2006_show_Nregular_2.gif", rollover: "../assets/images/autogen/Sept_2006_show_NRregularRollover_2.gif", w: 130, h: 23 },
	"NavigationButton7" : { image: "../assets/images/autogen/Show_2005_Hhighlighted_2_1.gif", rollover: "../assets/images/autogen/Show_2005_HRhighlightedRollover_2_1.gif", w: 130, h: 23 },
	"NavigationButton8" : { image: "../assets/images/autogen/Prints_Nregular_2.gif", rollover: "../assets/images/autogen/Prints_NRregularRollover_2.gif", w: 130, h: 23 },
	"NavigationButton9" : { image: "../assets/images/autogen/Archive_Nregular_2.gif", rollover: "../assets/images/autogen/Archive_NRregularRollover_2.gif", w: 130, h: 23 },
	"NavigationButton10" : { image: "../assets/images/autogen/Sept_2008_Show_Nregular_2.gif", rollover: "../assets/images/autogen/Sept_2008_Show_NRregularRollover_2.gif", w: 130, h: 23 },
	"NavigationButton11" : { image: "../assets/images/autogen/Sept_2007_Show_Nregular_2_1.gif", rollover: "../assets/images/autogen/Sept_2007_Show_NRregularRollover_2_1.gif", w: 130, h: 23 },
	"NavigationButton12" : { image: "../assets/images/autogen/News_Nregular_2.gif", rollover: "../assets/images/autogen/News_NRregularRollover_2.gif", w: 130, h: 23 },
	"NavigationButton13" : { image: "../assets/images/autogen/FAQ_Nregular_2.gif", rollover: "../assets/images/autogen/FAQ_NRregularRollover_2.gif", w: 130, h: 23 },
	"NavigationButton14" : { image: "../assets/images/autogen/Links_Nregular_2.gif", rollover: "../assets/images/autogen/Links_NRregularRollover_2.gif", w: 130, h: 23 }
};

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


// End Navigation Bars


