// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Ellipse1' , 'Ellipse1LYR', 'img', 'Layout',new Array(
	'Page Loaded','Ellipse1','Fly','In From Top Left',0,
	'Clicked','_parent:Layout','Go To','./html/termine.html',0),'',0);
 	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Ellipse1A').bind('click', function(__e) { return (F_e('Ellipse1', F_CL, __e)); } );
});
// End Actions

