// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Picture22' , 'Picture22LYR', 'img', 'Layout',null,'',0);
 	F_OM('Picture24' , 'Picture24LYR', 'img', 'Layout',new Array(
	'Mouse Over','Picture22','Hide','',0,
	'Mouse Over','Picture51','Show','',0),'',0);
 	F_OM('Picture51' , 'Picture51LYR', 'img', 'Layout',null,'',0);
 	F_OM('Picture52' , 'Picture52LYR', 'img', 'Layout',new Array(
	'Mouse Over','Picture51','Hide','',0,
	'Mouse Over','Picture22','Show','',0),'',0);
 	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Picture24A').bind('mouseover', function(__e) { return (F_e('Picture24', F_MV, __e)); } );
	$('#Picture52A').bind('mouseover', function(__e) { return (F_e('Picture52', F_MV, __e)); } );
});
// End Actions

