// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["NavigationBar3"] = {
	"NavigationButton1" : { image: "./ts_b1.gif", rollover: "./ts_b1_over.gif", w: 56, h: 21 },
	"NavigationButton2" : { image: "./ts_b2.gif", rollover: "./ts_b2_over.gif", w: 76, h: 21 },
	"NavigationButton3" : { image: "./ts_b3.gif", rollover: "./ts_b3_over.gif", w: 72, h: 21 },
	"NavigationButton4" : { image: "./ts_b4.gif", rollover: "./ts_b4_over.gif", w: 99, h: 21 },
	"NavigationButton5" : { image: "./ts_b5.gif", rollover: "./ts_b5_over.gif", w: 86, h: 21 },
	"NavigationButton6" : { image: "./ts_b6.gif", rollover: "./ts_b6_over.gif", w: 85, h: 21 },
	"NavigationButton7" : { image: "./ts_b7.gif", rollover: "./ts_b7_over.gif", w: 63, h: 21 },
	"NavigationButton8" : { image: "./ts_b8.gif", rollover: "./ts_b8_over.gif", w: 72, h: 21 },
	"NavigationButton9" : { image: "./ts_b9.gif", rollover: "./ts_b9_over.gif", w: 85, h: 21 }
};

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


// End Navigation Bars


