// Begin jMedia Components
$(document).ready(
function() {
	$("#Flash1").media({ width: 150, height: 93,
		src: './Rotating_Ad_Banner.gif', flashVersion: '8,0,0,0',
		params: { swColor: '2338914', swForeColor: '1994626059', swBackColor: '1', swPreload: '2084021160', swVolume: '248702640' }
	});
});
// End jMedia Components

// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["NavigationBar2"] = {
	"NavigationButton1" : { image: "./Home_HButton-Highlighted.gif", rollover: "./Home_HRButton-Highlighted.gif", w: 118, h: 22 },
	"NavigationButton2" : { image: "./About-LTE_NButton.gif", rollover: "./About-LTE_NRButton.gif", w: 118, h: 22 },
	"NavigationButton3" : { image: "./Contact-Us_NButton.gif", rollover: "./Contact-Us_NRButton.gif", w: 118, h: 22 },
	"NavigationButton4" : { image: "./New-Products_NButton.gif", rollover: "./New-Products_NRButton.gif", w: 118, h: 22 },
	"NavigationButton5" : { image: "./Product-Line_NButton.gif", rollover: "./Product-Line_NRButton.gif", w: 118, h: 22 },
	"NavigationButton6" : { image: "./Installation-Info_NButton.gif", rollover: "./Installation-Info_NRButton.gif", w: 118, h: 22 },
	"NavigationButton7" : { image: "./Distribution_NButton.gif", rollover: "./Distribution_NRButton.gif", w: 118, h: 22 },
	"NavigationButton8" : { image: "./Retrac-Mirrors_NButton.gif", rollover: "./Retrac-Mirrors_NRButton.gif", w: 118, h: 22 },
	"NavigationButton9" : { image: "./APM-Automotive_NButton.gif", rollover: "./APM-Automotive_NRButton.gif", w: 118, h: 22 }
};

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


// End Navigation Bars


