// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('LayoutRegion147' , 'LayoutRegion147LYR', 'lyr', 'Layout',null,'',0);
 
		F_OM('Table64' , 'Table64LYR', 'lyr', 'LayoutRegion147',null,'',0);
 
		F_OM('Table65' , 'Table65LYR', 'lyr', 'LayoutRegion147',null,'',0);
 
		F_OM('LayoutRegion157' , 'LayoutRegion157LYR', 'lyr', 'LayoutRegion147',null,'',0);
 
		F_OM('LayoutRegion171' , 'LayoutRegion171LYR', 'lyr', 'LayoutRegion147',null,'',0);
 
		F_OM('Picture96' , 'Picture96LYR', 'img', 'LayoutRegion147',null,'',0);
 		F_OM('LayoutRegion198' , 'LayoutRegion198LYR', 'lyr', 'LayoutRegion147',null,'',0);
 
		F_OM('LayoutRegion197' , 'LayoutRegion197LYR', 'lyr', 'LayoutRegion147',null,'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Picture96A').bind('mouseover', function(__e) { return (F_e('Picture96', F_MV, __e)); } );
	$('#Picture96A').bind('mouseout', function(__e) { return (F_e('Picture96', F_MT, __e)); } );
});
// End Actions

