// 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('Table64' , 'Table64LYR', 'lyr', 'LayoutRegion147',null,'',0);
 
		F_OM('Picture83' , 'Picture83LYR', 'img', 'LayoutRegion147',new Array(
		'Mouse Over','Picture86','Show','',0,
		'Mouse Out','Picture86','Hide','',0),'',0);
 		F_OM('LayoutRegion177' , 'LayoutRegion177LYR', 'lyr', 'LayoutRegion147',null,'',0);
 
		F_OM('Picture84' , 'Picture84LYR', 'img', 'LayoutRegion147',new Array(
		'Mouse Over','Picture87','Show','',0,
		'Mouse Out','Picture87','Hide','',0),'',0);
 		F_OM('LayoutRegion178' , 'LayoutRegion178LYR', 'lyr', 'LayoutRegion147',null,'',0);
 
		F_OM('Picture85' , 'Picture85LYR', 'img', 'LayoutRegion147',new Array(
		'Mouse Over','Picture88','Show','',0,
		'Mouse Out','Picture88','Hide','',0),'',0);
 		F_OM('LayoutRegion179' , 'LayoutRegion179LYR', 'lyr', 'LayoutRegion147',null,'',0);
 
		F_OM('Picture86' , 'Picture86LYR', 'img', 'LayoutRegion147',null,'',0);
 		F_OM('Picture88' , 'Picture88LYR', 'img', 'LayoutRegion147',null,'',0);
 		F_OM('Picture87' , 'Picture87LYR', 'img', 'LayoutRegion147',null,'',0);
 		F_OM('LayoutRegion150' , 'LayoutRegion150LYR', 'lyr', 'LayoutRegion147',null,'',0);
 
		F_OM('LayoutRegion180' , 'LayoutRegion180LYR', 'lyr', 'LayoutRegion147',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)); } );
	$('#Picture84A').bind('mouseover', function(__e) { return (F_e('Picture84', F_MV, __e)); } );
	$('#Picture84A').bind('mouseout', function(__e) { return (F_e('Picture84', F_MT, __e)); } );
	$('#Picture85A').bind('mouseover', function(__e) { return (F_e('Picture85', F_MV, __e)); } );
	$('#Picture85A').bind('mouseout', function(__e) { return (F_e('Picture85', F_MT, __e)); } );
});
// End Actions

