// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Picture4' , 'Picture4LYR', 'img', 'Layout',new Array(
	'Page Exiting','Picture4','Fly','Out To Top Right',1,
	'Clicked','_parent:Layout','Go To','./html/historic_motorsport_internatio.htm',0),'',0);
 
		F_OM_Map('RectangleHotspot4' , 'rect', 'Picture4',new Array(
		'Clicked','_parent:Layout','Go To','./html/historic_motorsport_internatio.htm',0),169,47,179,57);
	F_OM('Flash1' , 'Flash1LYR', 'lyr', 'Layout',new Array(
	'Transition Ended','Flash1','Fly','Out To Bottom Right',1),'',0);
 
	F_OM('Flash5' , 'Flash5LYR', 'lyr', 'Layout',new Array(
	'Page Loaded','Flash5','Fly',F_Parm('direction',180,'hide','Show','duration',20,'inDuration',20,'outDuration',20,'repeat',1,'reverse',false,'message',''),1),'',0);
 
	F_OM('Flash6' , 'Flash6LYR', 'lyr', 'Layout',new Array(
	'Shown','Flash6','Fly',F_Parm('direction',0,'hide','Show','duration',40,'inDuration',40,'outDuration',40,'repeat',1,'reverse',false,'message','fade'),1,
	'Page Loaded','Flash6','Delay',F_Parm('action','','delay',10,'continuous',false),1),'',0);
 
	F_OM('Flash7' , 'Flash7LYR', 'lyr', 'Layout',new Array(
	'Page Loaded','Flash7','Fly','In From Left',1,
	'Transition Ended','Flash7','fade','',0),'',0);
 
	F_OM('Text22' , 'Text22LYR', 'txt', 'Layout',new Array(
	'Page Loaded','Text22','Fly',F_Parm('direction',0,'hide','Show','duration',100,'inDuration',100,'outDuration',100,'repeat',1,'reverse',false,'message',''),1),'',0);
 	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Picture4A').bind('click', function(__e) { return (F_e('Picture4', F_CL, __e)); } );
	$('#Picture4A').bind('click', function(__e) { return (F_e('Picture4', F_CL, __e)); } );
});
// End Actions

// Begin jMedia Components
$(document).ready(
function() {
	$("#Flash5").media({ width: 450, height: 38,
		src: './assets/applets/Thrilling_Driving_Experience2.swf', flashVersion: '5,0,0,0',
		autoplay: true,
		params: { loop: 'false', quality: 'autolow', scale: 'exactfit', salign: 'Left', wmode: 'window', bgColor: '#000000' }
	});
});
$(document).ready(
function() {
	$("#Flash7").media({ width: 215, height: 51,
		src: './assets/applets/Flash_Craftsman_Built.swf', flashVersion: '5,0,0,0',
		autoplay: true,
		params: { loop: 'false', quality: 'autolow', scale: 'exactfit', salign: 'Left', wmode: 'window', bgColor: '#000000' }
	});
});
$(document).ready(
function() {
	$("#Flash1").media({ width: 503, height: 331,
		src: './assets/applets/Vanwall132_fadein2.swf', flashVersion: '5,0,0,0',
		autoplay: true,
		params: { loop: 'false', quality: 'autolow', scale: 'showall', salign: 'Left', wmode: 'window', bgColor: '#000000' }
	});
});
$(document).ready(
function() {
	$("#Flash6").media({ width: 256, height: 50,
		src: './assets/applets/Flash_High_Performance_2.swf', flashVersion: '5,0,0,0',
		params: { loop: 'false', quality: 'autolow', scale: 'showall', salign: 'Left', wmode: 'window' }
	});
});
// End jMedia Components

