// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('LayoutRegion2' , 'LayoutRegion2LYR', 'lyr', 'Layout',null,'',0);
 
		F_OM('Rectangle56' , 'Rectangle56LYR', 'img', 'LayoutRegion2',null,'',0);
 		F_OM('Rectangle43' , 'Rectangle43LYR', 'img', 'LayoutRegion2',null,'',0);
 		F_OM('Rectangle57' , 'Rectangle57LYR', 'img', 'LayoutRegion2',null,'',0);
 		F_OM('Rectangle44' , 'Rectangle44LYR', 'img', 'LayoutRegion2',null,'',0);
 
	F_OM('Rectangle58' , 'Rectangle58LYR', 'img', 'Layout',null,'',0);
 	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#LayoutRegion2LYR').bind('mouseover', function(__e) { return (F_e('LayoutRegion2', F_MV, __e)); } );
	$('#LayoutRegion2LYR').bind('mouseout', function(__e) { return (F_e('LayoutRegion2', F_MT, __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('mouseout', function(__e) { return (F_e('Rectangle44', F_MT, __e)); } );
	$('#Rectangle44A').bind('mouseover', function(__e) { return (F_e('Rectangle44', F_MV, __e)); } );
	$('#Rectangle58A').bind('mouseover', function(__e) { return (F_e('Rectangle58', F_MV, __e)); } );
});
// End Actions


