// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Text1' , 'Text1LYR', 'txt', 'Layout',null,'',0);
 	F_OM('Picture123' , 'Picture123LYR', 'img', 'Layout',null,'',0);
 	F_OM('Text3' , 'Text3LYR', 'txt', 'Layout',null,'',0);
 	F_OM('Picture124' , 'Picture124LYR', 'img', 'Layout',null,'',0);
 	F_OM('LayoutRegion2' , 'LayoutRegion2LYR', 'lyr', 'Layout',new Array(
	'Mouse Out','Picture124','Show','',0,
	'Mouse Over','Picture124','Hide','',0),'',0);
 
		F_OM('Rectangle56' , 'Rectangle56LYR', 'img', 'LayoutRegion2',new Array(
		'Mouse Over','Text2','Show','',0,
		'Mouse Out','Text2','Hide','',0,
		'Mouse Over','Picture124','Show','',0),'',0);
 		F_OM('Rectangle43' , 'Rectangle43LYR', 'img', 'LayoutRegion2',new Array(
		'Mouse Over','Picture127','Show','',0,
		'Mouse Out','Picture127','Hide','',0,
		'Mouse Over','Text4','Show','',0,
		'Mouse Out','Text4','Hide','',0,
		'Mouse Over','Picture124','Hide','',0),'',0);
 		F_OM('Rectangle57' , 'Rectangle57LYR', 'img', 'LayoutRegion2',new Array(
		'Mouse Over','Picture126','Show','',0,
		'Mouse Out','Picture126','Hide','',0,
		'Mouse Over','Text3','Show','',0,
		'Mouse Out','Text3','Hide','',0),'',0);
 		F_OM('Rectangle44' , 'Rectangle44LYR', 'img', 'LayoutRegion2',new Array(
		'Mouse Over','Picture123','Show','',0,
		'Mouse Out','Picture123','Hide','',0,
		'Mouse Over','Text1','Show','',0,
		'Mouse Out','Text1','Hide','',0),'',0);
 
	F_OM('Picture126' , 'Picture126LYR', 'img', 'Layout',null,'',0);
 	F_OM('Text4' , 'Text4LYR', 'txt', 'Layout',null,'',0);
 	F_OM('Picture127' , 'Picture127LYR', 'img', 'Layout',null,'',0);
 	F_OM('Text2' , 'Text2LYR', 'txt', 'Layout',null,'',0);
 	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#LayoutRegion2LYR').bind('mouseout', function(__e) { return (F_e('LayoutRegion2', F_MT, __e)); } );
	$('#LayoutRegion2LYR').bind('mouseover', function(__e) { return (F_e('LayoutRegion2', F_MV, __e)); } );
	$('#Rectangle56A').bind('mouseover', function(__e) { return (F_e('Rectangle56', F_MV, __e)); } );
	$('#Rectangle56A').bind('mouseout', function(__e) { return (F_e('Rectangle56', F_MT, __e)); } );
	$('#Rectangle43A').bind('mouseover', function(__e) { return (F_e('Rectangle43', F_MV, __e)); } );
	$('#Rectangle43A').bind('mouseout', function(__e) { return (F_e('Rectangle43', F_MT, __e)); } );
	$('#Rectangle57A').bind('mouseover', function(__e) { return (F_e('Rectangle57', F_MV, __e)); } );
	$('#Rectangle57A').bind('mouseout', function(__e) { return (F_e('Rectangle57', F_MT, __e)); } );
	$('#Rectangle44A').bind('mouseover', function(__e) { return (F_e('Rectangle44', F_MV, __e)); } );
	$('#Rectangle44A').bind('mouseout', function(__e) { return (F_e('Rectangle44', F_MT, __e)); } );
});
// End Actions


