// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Table1' , 'Table1LYR', 'lyr', 'Layout',null,'',0);
 
		F_OM('Picture3' , 'Picture3LYR', 'img', 'Table1',new Array(
		'Page Loaded','Picture3','Move To',F_Parm('x',338,'y',134,'duration',5,'inDuration',2,'outDuration',2,'repeat',5,'reverse',false,'message',''),0),'',0);
 
		F_OM('Picture4' , 'Picture4LYR', 'img', 'Table1',new Array(
		'Page Loaded','Picture4','Move To',F_Parm('x',478,'y',134,'duration',5,'inDuration',2,'outDuration',2,'repeat',5,'reverse',false,'message',''),0,
		'Mouse Down','Picture4','Fly','Out To Right',0),'',0);
 
	F_OM('Table3' , 'Table3LYR', 'lyr', 'Layout',null,'',0);
 
	F_OM('NavigationBar1' , 'NavigationBar1LYR', 'nav', 'Layout',null,'',0);
 
	F_OM('NavigationBar2' , 'NavigationBar2LYR', 'nav', 'Layout',null,'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Picture4A').bind('mousedown', function(__e) { return (F_e('Picture4', F_MD, __e)); } );
});
// End Actions

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

// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["NavigationBar1"] = {
	"NavigationButton1" : { image: "./homebutton.jpg", rollover: "./homebutton.jpg", w: 190, h: 50 },
	"NavigationButton2" : { image: "./wantedbutton.jpg", rollover: "./wantedbutton.jpg", w: 190, h: 50 },
	"NavigationButton3" : { image: "./salebutton.jpg", rollover: "./salebutton.jpg", w: 190, h: 50 },
	"NavigationButton4" : { image: "./partsbutton.jpg", rollover: "./partsbutton.jpg", w: 190, h: 50 },
	"NavigationButton5" : { image: "./servicebutton.jpg", rollover: "./servicebutton.jpg", w: 190, h: 50 },
	"NavigationButton6" : { image: "./ridesbutton.jpg", rollover: "./ridesbutton.jpg", w: 190, h: 50 },
	"NavigationButton7" : { image: "./legendbutton.jpg", rollover: "./legendbutton.jpg", w: 190, h: 50 },
	"NavigationButton8" : { image: "./disclaimerbutton.jpg", rollover: "./disclaimerbutton.jpg", w: 190, h: 50 },
	"NavigationButton9" : { image: "./contactbutton.jpg", rollover: "./contactbutton.jpg", w: 190, h: 50 }
};

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


// End Navigation Bars

