// 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('Table69' , 'Table69LYR', 'lyr', 'LayoutRegion1',null,'',0);
 
			F_OM('Picture90' , 'Picture90LYR', 'img', 'Table69',new Array(
			'Mouse Over','Picture85','Show','',0,
			'Mouse Out','Picture85','Hide','',0),'',0);
 
		F_OM('Table71' , 'Table71LYR', 'lyr', 'LayoutRegion1',null,'',0);
 
		F_OM('Picture85' , 'Picture85LYR', 'img', 'LayoutRegion1',null,'',0);
 		F_OM('Table72' , 'Table72LYR', 'lyr', 'LayoutRegion1',null,'',0);
 
		F_OM('Table74' , 'Table74LYR', 'lyr', 'LayoutRegion1',null,'',0);
 
		F_OM('Table79' , 'Table79LYR', 'lyr', 'LayoutRegion1',null,'',0);
 
			F_OM('Picture126' , 'Picture126LYR', 'img', 'Table79',null,'',0);
 
	F_OM('NavigationBar7' , 'NavigationBar7LYR', 'nav', 'Layout',null,'',0);
 
	F_OM('Table3' , 'Table3LYR', 'lyr', 'Layout',null,'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Picture90A').bind('mouseover', function(__e) { return (F_e('Picture90', F_MV, __e)); } );
	$('#Picture90A').bind('mouseout', function(__e) { return (F_e('Picture90', F_MT, __e)); } );
	$('#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 Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["NavigationBar7"] = {
	"NavigationButton15" : { image: "./Home_Ns1.jpg", rollover: "./Home_NRs2.jpg", w: 120, h: 23 },
	"NavigationButton16" : { image: "./Dealers_Ns1.jpg", rollover: "./Dealers_NRs2.jpg", w: 120, h: 23 },
	"NavigationButton17" : { 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

