// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Picture10' , 'Picture10LYR', 'img', 'Layout',new Array(
	'Mouse Over','Text11','Show','',0,
	'Mouse Out','Text11','Hide','',0,
	'Clicked','Layout','Go To','../html/expo_peuples_.html',0),'',0);
 	F_OM('Picture57' , 'Picture57LYR', 'img', 'Layout',new Array(
	'Mouse Over','Text2','Show','',0,
	'Mouse Out','Text2','Hide','',0,
	'Clicked','Layout','Go To','../html/expo_himbas.html',0),'',0);
 	F_OM('Picture58' , 'Picture58LYR', 'img', 'Layout',new Array(
	'Mouse Over','Text1','Show','',0,
	'Mouse Out','Text1','Hide','',0,
	'Clicked','Layout','Go To','../html/expo_ethnies_chine_sud.html',0),'',0);
 	F_OM('Text11' , 'Text11LYR', 'txt', 'Layout',null,'',0);
 	F_OM('Text1' , 'Text1LYR', 'txt', 'Layout',null,'',0);
 	F_OM('Text2' , 'Text2LYR', 'txt', 'Layout',null,'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Picture57A').bind('click', function(__e) { return (F_e('Picture57', F_CL, __e)); } );
	$('#Picture57A').bind('mouseover', function(__e) { return (F_e('Picture57', F_MV, __e)); } );
	$('#Picture57A').bind('mouseout', function(__e) { return (F_e('Picture57', F_MT, __e)); } );
	$('#Picture10A').bind('click', function(__e) { return (F_e('Picture10', F_CL, __e)); } );
	$('#Picture10A').bind('mouseover', function(__e) { return (F_e('Picture10', F_MV, __e)); } );
	$('#Picture10A').bind('mouseout', function(__e) { return (F_e('Picture10', F_MT, __e)); } );
	$('#Picture58A').bind('click', function(__e) { return (F_e('Picture58', F_CL, __e)); } );
	$('#Picture58A').bind('mouseover', function(__e) { return (F_e('Picture58', F_MV, __e)); } );
	$('#Picture58A').bind('mouseout', function(__e) { return (F_e('Picture58', F_MT, __e)); } );
});
// End Actions


