// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('LayoutRegion4' , 'LayoutRegion4LYR', 'lyr', 'Layout',null,'',0);
 
	F_OM('LayoutRegion6' , 'LayoutRegion6LYR', 'lyr', 'Layout',null,'',0);
 
		F_OM('LayoutRegion10' , 'LayoutRegion10LYR', 'lyr', 'LayoutRegion6',null,'',0);
 
	F_OM('LayoutRegion1' , 'LayoutRegion1LYR', 'lyr', 'Layout',null,'',0);
 
		F_OM('LayoutRegion9' , 'LayoutRegion9LYR', 'lyr', 'LayoutRegion1',null,'',0);
 
	F_OM('LayoutRegion3' , 'LayoutRegion3LYR', 'lyr', 'Layout',null,'',0);
 
		F_OM('Table6' , 'Table6LYR', 'lyr', 'LayoutRegion3',null,'',0);
 
			F_OM('LayoutRegion11' , 'LayoutRegion11LYR', 'lyr', 'Table6',null,'',0);
 
				F_OM('Picture20' , 'Picture20LYR', 'img', 'LayoutRegion11',new Array(
				'Mouse Over','Picture20','Hide','',0),'',0);
 
			F_OM('LayoutRegion12' , 'LayoutRegion12LYR', 'lyr', 'Table6',null,'',0);
 
				F_OM('Picture24' , 'Picture24LYR', 'img', 'LayoutRegion12',new Array(
				'Mouse Over','Picture24','Hide','',0),'',0);
 
			F_OM('LayoutRegion13' , 'LayoutRegion13LYR', 'lyr', 'Table6',null,'',0);
 
				F_OM('Picture22' , 'Picture22LYR', 'img', 'LayoutRegion13',new Array(
				'Mouse Over','Picture22','Hide','',0),'',0);
 
			F_OM('LayoutRegion14' , 'LayoutRegion14LYR', 'lyr', 'Table6',null,'',0);
 
				F_OM('Picture23' , 'Picture23LYR', 'img', 'LayoutRegion14',new Array(
				'Mouse Over','Picture23','Hide','',0),'',0);
 
			F_OM('LayoutRegion15' , 'LayoutRegion15LYR', 'lyr', 'Table6',null,'',0);
 
				F_OM('Picture21' , 'Picture21LYR', 'img', 'LayoutRegion15',new Array(
				'Mouse Over','Picture21','Hide','',0),'',0);
 
			F_OM('LayoutRegion16' , 'LayoutRegion16LYR', 'lyr', 'Table6',null,'',0);
 
				F_OM('Picture25' , 'Picture25LYR', 'img', 'LayoutRegion16',new Array(
				'Mouse Over','Picture25','Hide','',0),'',0);
 
	F_OM('LayoutRegion5' , 'LayoutRegion5LYR', 'lyr', 'Layout',null,'',0);
 
		F_OM('LayoutRegion2' , 'LayoutRegion2LYR', 'lyr', 'LayoutRegion5',null,'',0);
 		F_OM('LayoutRegion8' , 'LayoutRegion8LYR', 'lyr', 'LayoutRegion5',null,'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Picture20A').bind('mouseover', function(__e) { return (F_e('Picture20', F_MV, __e)); } );
	$('#Picture24A').bind('mouseover', function(__e) { return (F_e('Picture24', F_MV, __e)); } );
	$('#Picture22A').bind('mouseover', function(__e) { return (F_e('Picture22', F_MV, __e)); } );
	$('#Picture23A').bind('mouseover', function(__e) { return (F_e('Picture23', F_MV, __e)); } );
	$('#Picture21A').bind('mouseover', function(__e) { return (F_e('Picture21', F_MV, __e)); } );
	$('#Picture25A').bind('mouseover', function(__e) { return (F_e('Picture25', F_MV, __e)); } );
});
// End Actions


