// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Picture53' , 'Picture53LYR', 'img', 'Layout',null,'',0);
 	F_OM('Picture54' , 'Picture54LYR', 'img', 'Layout',new Array(
	'Mouse Over','Picture56','Hide','',0,
	'Mouse Over','Picture53','Show','',0),'',0);
 	F_OM('Picture56' , 'Picture56LYR', 'img', 'Layout',null,'',0);
 	F_OM('Picture57' , 'Picture57LYR', 'img', 'Layout',new Array(
	'Mouse Over','Picture53','Hide','',0,
	'Mouse Over','Picture56','Show','',0),'',0);
 	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Picture54A').bind('mouseover', function(__e) { return (F_e('Picture54', F_MV, __e)); } );
	$('#Picture57A').bind('mouseover', function(__e) { return (F_e('Picture57', F_MV, __e)); } );
});
// End Actions


