// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('LayoutRegion1' , 'LayoutRegion1LYR', 'lyr', 'Layout',null,'',0);
 
		F_OM('Table1' , 'Table1LYR', 'lyr', 'LayoutRegion1',null,'',0);
 
		F_OM('Table6' , 'Table6LYR', 'lyr', 'LayoutRegion1',null,'',0);
 
		F_OM('Table71' , 'Table71LYR', 'lyr', 'LayoutRegion1',null,'',0);
 
		F_OM('Table74' , 'Table74LYR', 'lyr', 'LayoutRegion1',null,'',0);
 
		F_OM('Table78' , 'Table78LYR', 'lyr', 'LayoutRegion1',null,'',0);
 
		F_OM('Table62' , 'Table62LYR', 'lyr', 'LayoutRegion1',null,'',0);
 
		F_OM('Table76' , 'Table76LYR', 'lyr', 'LayoutRegion1',null,'',0);
 
		F_OM('Table79' , 'Table79LYR', 'lyr', 'LayoutRegion1',null,'',0);
 
			F_OM('Picture126' , 'Picture126LYR', 'img', 'Table79',new Array(
			'Mouse Over','Picture125','Show','',0,
			'Mouse Out','Picture125','Hide','',0),'',0);
 
		F_OM('Picture125' , 'Picture125LYR', 'img', 'LayoutRegion1',null,'',0);
 		F_OM('Table3' , 'Table3LYR', 'lyr', 'LayoutRegion1',null,'',0);
 
	F_OM('NavigationBar7' , 'NavigationBar7LYR', 'nav', 'Layout',null,'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Picture126A').bind('mouseover', function(__e) { return (F_e('Picture126', F_MV, __e)); } );
	$('#Picture126A').bind('mouseout', function(__e) { return (F_e('Picture126', F_MT, __e)); } );
});
// End Actions

// Begin Analytics
$(document).ready( function() {
	$('#Picture97A').bind('click', function() { pageTracker._trackPageview('/outgoing/www.youtube.com/watch?v=kHuwY4TnIOo'); } );
});
// End Analytics

// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["NavigationBar7"] = {
	"NavigationButton13" : { image: "./Home_Ns1.jpg", rollover: "./Home_NRs2.jpg", w: 120, h: 23 },
	"NavigationButton14" : { image: "./Dealers_Ns1.jpg", rollover: "./Dealers_NRs2.jpg", w: 120, h: 23 },
	"NavigationButton15" : { image: "./Specials_Ns1.jpg", rollover: "./Specials_NRs2.jpg", w: 120, h: 23 }
};

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


// End Navigation Bars

