// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["VerticalNavigationBar2"] = {
	"NavigationButton1" : { image: "../Home__Inicio__Np1.gif", w: 151, h: 36 },
	"NavigationButton2" : { image: "../Cold_Chamber_Np1.gif", w: 151, h: 36 },
	"NavigationButton3" : { image: "../Hot_Chamber_Np1.gif", w: 151, h: 36 },
	"NavigationButton4" : { image: "../Hyd._Trim_Np1.gif", w: 151, h: 36 },
	"NavigationButton5" : { image: "../Auxil._Equip._Np1.gif", w: 151, h: 36 },
	"NavigationButton6" : { image: "../Mg_DieCast_Mach_Np1.gif", w: 151, h: 36 },
	"NavigationButton7" : { image: "../Miscellaneous_Np1.gif", w: 151, h: 36 },
	"NavigationButton8" : { image: "../Espanol_Np1.gif", w: 151, h: 36 },
	"NavigationButton9" : { image: "../Videos_Hp3.gif", w: 151, h: 36 },
	"NavigationButton10" : { image: "../Liquidation_Np1.gif", w: 151, h: 36 }
};

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


// End Navigation Bars

