// 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('Picture81' , 'Picture81LYR', 'img', 'LayoutRegion147',new Array(
		'Mouse Over','Picture80','Show','',0,
		'Mouse Out','Picture80','Hide','',0,
		'Mouse Over','Picture83','Show','',0,
		'Mouse Out','Picture83','Hide','',0),'',0);
 		F_OM('Picture83' , 'Picture83LYR', 'img', 'LayoutRegion147',null,'',0);
 		F_OM('LayoutRegion149' , 'LayoutRegion149LYR', 'lyr', 'LayoutRegion147',null,'',0);
 
		F_OM('Picture80' , 'Picture80LYR', 'img', 'LayoutRegion147',null,'',0);
 		F_OM('Table64' , 'Table64LYR', 'lyr', 'LayoutRegion147',null,'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Picture81A').bind('mouseover', function(__e) { return (F_e('Picture81', F_MV, __e)); } );
	$('#Picture81A').bind('mouseout', function(__e) { return (F_e('Picture81', F_MT, __e)); } );
});
// End Actions

