// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Text12' , 'Text12LYR', 'txt', 'Layout',null,'',0);
 
	F_OM('Text15' , 'Text15LYR', 'txt', 'Layout',null,'',0);
 	F_OM('Ellipse1' , 'Ellipse1LYR', 'img', 'Layout',new Array(
	'Mouse Over','Text12','Show','',0),'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Ellipse1A').bind('mouseover', function(__e) { return (F_e('Ellipse1', F_MV, __e)); } );
});
// End Actions

// Begin jMedia Components
$(document).ready(
function() {
	$("#Flash18").media({ width: 852, height: 271,
		src: '../assets/applets/lapalissade.swf', flashVersion: '5,0,0,0',
		autoplay: true,
		params: { loop: 'false', quality: 'autolow', scale: 'showall', salign: 'Left', wmode: 'window' }
	});
});
// End jMedia Components


