// 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('Table2' , 'Table2LYR', 'lyr', 'LayoutRegion1',null,'',0);
 
			F_OM('Picture69' , 'Picture69LYR', 'img', 'Table2',new Array(
			'Mouse Over','Picture71','Show','',0,
			'Mouse Out','Picture71','Hide','',0),'',0);
 
		F_OM('Picture71' , 'Picture71LYR', 'img', 'LayoutRegion1',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();
	$('#Picture69A').bind('mouseover', function(__e) { return (F_e('Picture69', F_MV, __e)); } );
	$('#Picture69A').bind('mouseout', function(__e) { return (F_e('Picture69', 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

