// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array(
,
	'Page Loaded','Picture25','Peek','In From Right',0,
	'Page Loaded','Picture26','Peek','In From Right',0,
	'Page Loaded','Picture27','Peek','In From Right',0,
	'Page Loaded','Flash2','Show','',0,
));
	F_OM('Flash2' , 'Flash2LYR', 'lyr', 'Layout',null,'',0);
 
	F_OM('Picture25' , 'Picture25LYR', 'img', 'Layout',null,'',0);
 	F_OM('Picture26' , 'Picture26LYR', 'img', 'Layout',null,'',0);
 	F_OM('Picture27' , 'Picture27LYR', 'img', 'Layout',null,'',0);
 	F_OM('NavigationBar1' , 'NavigationBar1LYR', 'nav', 'Layout',new Array(
	'Page Loaded','NavigationBar1','Wipe','In From Top',0),'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
});
// End Actions

// Begin jMedia Components
$(document).ready(
function() {
	$("#Flash2").media({ width: 1024, height: 600,
		src: './assets/applets/bkhp1.swf', flashVersion: '5,0,0,0',
		autoplay: true,
		params: { loop: 'true', quality: 'autohigh', scale: 'showall', salign: 't', wmode: 'window' }
	});
});
// End jMedia Components

