// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('LayoutRegion88' , 'LayoutRegion88LYR', 'lyr', 'Layout',null,'',0);
 
		F_OM('Table64' , 'Table64LYR', 'lyr', 'LayoutRegion88',null,'',0);
 
		F_OM('Table67' , 'Table67LYR', 'lyr', 'LayoutRegion88',null,'',0);
 
		F_OM('Picture83' , 'Picture83LYR', 'img', 'LayoutRegion88',new Array(
		'Mouse Over','Picture84','Show','',0,
		'Mouse Out','Picture84','Hide','',0),'',0);
 		F_OM('LayoutRegion158' , 'LayoutRegion158LYR', 'lyr', 'LayoutRegion88',null,'',0);
 
		F_OM('Picture84' , 'Picture84LYR', 'img', 'LayoutRegion88',null,'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Picture83A').bind('mouseover', function(__e) { return (F_e('Picture83', F_MV, __e)); } );
	$('#Picture83A').bind('mouseout', function(__e) { return (F_e('Picture83', F_MT, __e)); } );
});
// End Actions

