// 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('LayoutRegion149' , 'LayoutRegion149LYR', 'lyr', 'LayoutRegion147',null,'',0);
 
		F_OM('Table64' , 'Table64LYR', 'lyr', 'LayoutRegion147',null,'',0);
 
		F_OM('Picture85' , 'Picture85LYR', 'img', 'LayoutRegion147',new Array(
		'Mouse Over','Picture86','Show','',0,
		'Mouse Out','Picture86','Hide','',0),'',0);
 		F_OM('LayoutRegion150' , 'LayoutRegion150LYR', 'lyr', 'LayoutRegion147',null,'',0);
 
		F_OM('Picture88' , 'Picture88LYR', 'img', 'LayoutRegion147',new Array(
		'Mouse Over','Picture89','Show','',0,
		'Mouse Out','Picture89','Hide','',0),'',0);
 		F_OM('LayoutRegion151' , 'LayoutRegion151LYR', 'lyr', 'LayoutRegion147',null,'',0);
 
		F_OM('Picture86' , 'Picture86LYR', 'img', 'LayoutRegion147',null,'',0);
 		F_OM('Picture89' , 'Picture89LYR', 'img', 'LayoutRegion147',null,'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Picture85A').bind('mouseover', function(__e) { return (F_e('Picture85', F_MV, __e)); } );
	$('#Picture85A').bind('mouseout', function(__e) { return (F_e('Picture85', F_MT, __e)); } );
	$('#Picture88A').bind('mouseover', function(__e) { return (F_e('Picture88', F_MV, __e)); } );
	$('#Picture88A').bind('mouseout', function(__e) { return (F_e('Picture88', F_MT, __e)); } );
});
// End Actions

