// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('LayoutRegion153' , 'LayoutRegion153LYR', 'lyr', 'Layout',null,'',0);
 
		F_OM('Table72' , 'Table72LYR', 'lyr', 'LayoutRegion153',null,'',0);
 
		F_OM('Picture142' , 'Picture142LYR', 'img', 'LayoutRegion153',new Array(
		'Mouse Over','Picture145','Show','',0,
		'Mouse Out','Picture145','Hide','',0),'',0);
 		F_OM('LayoutRegion158' , 'LayoutRegion158LYR', 'lyr', 'LayoutRegion153',null,'',0);
 
		F_OM('Picture143' , 'Picture143LYR', 'img', 'LayoutRegion153',new Array(
		'Mouse Over','Picture144','Show','',0,
		'Mouse Out','Picture144','Hide','',0),'',0);
 		F_OM('LayoutRegion159' , 'LayoutRegion159LYR', 'lyr', 'LayoutRegion153',null,'',0);
 
		F_OM('Picture144' , 'Picture144LYR', 'img', 'LayoutRegion153',null,'',0);
 		F_OM('Picture145' , 'Picture145LYR', 'img', 'LayoutRegion153',null,'',0);
 		F_OM('Picture146' , 'Picture146LYR', 'img', 'LayoutRegion153',new Array(
		'Mouse Over','Picture147','Show','',0,
		'Mouse Out','Picture147','Hide','',0),'',0);
 		F_OM('LayoutRegion160' , 'LayoutRegion160LYR', 'lyr', 'LayoutRegion153',null,'',0);
 
		F_OM('Picture147' , 'Picture147LYR', 'img', 'LayoutRegion153',null,'',0);
 		F_OM('LayoutRegion161' , 'LayoutRegion161LYR', 'lyr', 'LayoutRegion153',null,'',0);
 
		F_OM('Picture148' , 'Picture148LYR', 'img', 'LayoutRegion153',new Array(
		'Mouse Over','Picture149','Show','',0,
		'Mouse Out','Picture149','Hide','',0),'',0);
 		F_OM('Picture150' , 'Picture150LYR', 'img', 'LayoutRegion153',new Array(
		'Mouse Over','Picture151','Show','',0,
		'Mouse Out','Picture151','Hide','',0),'',0);
 		F_OM('Picture149' , 'Picture149LYR', 'img', 'LayoutRegion153',null,'',0);
 		F_OM('LayoutRegion162' , 'LayoutRegion162LYR', 'lyr', 'LayoutRegion153',null,'',0);
 
		F_OM('Picture151' , 'Picture151LYR', 'img', 'LayoutRegion153',null,'',0);
 		F_OM('LayoutRegion163' , 'LayoutRegion163LYR', 'lyr', 'LayoutRegion153',null,'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Picture142A').bind('mouseover', function(__e) { return (F_e('Picture142', F_MV, __e)); } );
	$('#Picture142A').bind('mouseout', function(__e) { return (F_e('Picture142', F_MT, __e)); } );
	$('#Picture143A').bind('mouseover', function(__e) { return (F_e('Picture143', F_MV, __e)); } );
	$('#Picture143A').bind('mouseout', function(__e) { return (F_e('Picture143', F_MT, __e)); } );
	$('#Picture146A').bind('mouseover', function(__e) { return (F_e('Picture146', F_MV, __e)); } );
	$('#Picture146A').bind('mouseout', function(__e) { return (F_e('Picture146', F_MT, __e)); } );
	$('#Picture148A').bind('mouseover', function(__e) { return (F_e('Picture148', F_MV, __e)); } );
	$('#Picture148A').bind('mouseout', function(__e) { return (F_e('Picture148', F_MT, __e)); } );
	$('#Picture150A').bind('mouseover', function(__e) { return (F_e('Picture150', F_MV, __e)); } );
	$('#Picture150A').bind('mouseout', function(__e) { return (F_e('Picture150', F_MT, __e)); } );
});
// End Actions

