// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('LayoutRegion100' , 'LayoutRegion100LYR', 'lyr', 'Layout',null,'',0);
 
		F_OM('Picture37' , 'Picture37LYR', 'img', 'LayoutRegion100',new Array(
		'Mouse Over','Picture36','Show','',0,
		'Mouse Out','Picture36','Hide','',0),'',0);
 		F_OM('LayoutRegion105' , 'LayoutRegion105LYR', 'lyr', 'LayoutRegion100',null,'',0);
 
		F_OM('Picture36' , 'Picture36LYR', 'img', 'LayoutRegion100',null,'',0);
 		F_OM('Table64' , 'Table64LYR', 'lyr', 'LayoutRegion100',null,'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Picture37A').bind('mouseover', function(__e) { return (F_e('Picture37', F_MV, __e)); } );
	$('#Picture37A').bind('mouseout', function(__e) { return (F_e('Picture37', F_MT, __e)); } );
});
// End Actions

