// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Flash3' , 'Flash3LYR', 'lyr', 'Layout',null,'',0);
 
	F_OM('Picture53' , 'Picture53LYR', 'img', 'Layout',new Array(
	'Clicked',F_functPicture53Action0,'','',0),'',0);
 	F_pageLoaded('Layout');
}
function F_functPicture53Action0(params) {
<A HREF="Javascript:self.close();">Close Window</A>
}


 
$(document).ready( function() {
F_onLoaded();
	$('#Picture53A').bind('click', function(__e) { return (F_e('Picture53', F_CL, __e)); } );
});
// End Actions

// Begin jMedia Components
$(document).ready(
function() {
	$("#Flash3").media({ width: 961, height: 519,
		src: '../video/preview.swf', flashVersion: '5,0,0,0',
		autoplay: true,
		params: { loop: 'false', quality: 'autolow', scale: 'showall', salign: 'Left', wmode: 'window' }
	});
});
// End jMedia Components

