// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('LayoutRegion108' , 'LayoutRegion108LYR', 'lyr', 'Layout',null,'',0);
 
		F_OM('LayoutRegion88' , 'LayoutRegion88LYR', 'lyr', 'LayoutRegion108',null,'',0);
 
		F_OM('LayoutRegion114' , 'LayoutRegion114LYR', 'lyr', 'LayoutRegion108',null,'',0);
 
		F_OM('Table64' , 'Table64LYR', 'lyr', 'LayoutRegion108',null,'',0);
 
		F_OM('Picture90' , 'Picture90LYR', 'img', 'LayoutRegion108',null,'',0);
 		F_OM('Picture91' , 'Picture91LYR', 'img', 'LayoutRegion108',null,'',0);
 		F_OM('Picture92' , 'Picture92LYR', 'img', 'LayoutRegion108',null,'',0);
 		F_OM('Picture93' , 'Picture93LYR', 'img', 'LayoutRegion108',null,'',0);
 		F_OM('Picture95' , 'Picture95LYR', 'img', 'LayoutRegion108',null,'',0);
 		F_OM('Picture101' , 'Picture101LYR', 'img', 'LayoutRegion108',null,'',0);
 		F_OM('Picture102' , 'Picture102LYR', 'img', 'LayoutRegion108',null,'',0);
 		F_OM('LayoutRegion121' , 'LayoutRegion121LYR', 'lyr', 'LayoutRegion108',null,'',0);
 
		F_OM('LayoutRegion122' , 'LayoutRegion122LYR', 'lyr', 'LayoutRegion108',null,'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Picture90A').bind('mouseover', function(__e) { return (F_e('Picture90', F_MV, __e)); } );
	$('#Picture90A').bind('mouseout', function(__e) { return (F_e('Picture90', F_MT, __e)); } );
	$('#Picture91A').bind('mouseover', function(__e) { return (F_e('Picture91', F_MV, __e)); } );
	$('#Picture91A').bind('mouseout', function(__e) { return (F_e('Picture91', F_MT, __e)); } );
	$('#Picture92A').bind('mouseover', function(__e) { return (F_e('Picture92', F_MV, __e)); } );
	$('#Picture92A').bind('mouseout', function(__e) { return (F_e('Picture92', F_MT, __e)); } );
	$('#Picture93A').bind('mouseover', function(__e) { return (F_e('Picture93', F_MV, __e)); } );
	$('#Picture93A').bind('mouseout', function(__e) { return (F_e('Picture93', F_MT, __e)); } );
	$('#Picture95A').bind('mouseover', function(__e) { return (F_e('Picture95', F_MV, __e)); } );
	$('#Picture95A').bind('mouseout', function(__e) { return (F_e('Picture95', F_MT, __e)); } );
	$('#Picture101A').bind('mouseover', function(__e) { return (F_e('Picture101', F_MV, __e)); } );
	$('#Picture101A').bind('mouseout', function(__e) { return (F_e('Picture101', F_MT, __e)); } );
	$('#Picture102A').bind('mouseover', function(__e) { return (F_e('Picture102', F_MV, __e)); } );
	$('#Picture102A').bind('mouseout', function(__e) { return (F_e('Picture102', F_MT, __e)); } );
});
// End Actions

