// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Text2' , 'Text2LYR', 'txt', 'Layout',null,'',0);
 	F_OM('LayoutRegion2' , 'LayoutRegion2LYR', 'lyr', 'Layout',new Array(
	'Mouse Out','Picture5','Show','',0,
	'Mouse Over','Picture5','Hide','',0),'',0);
 
		F_OM('Rectangle58' , 'Rectangle58LYR', 'img', 'LayoutRegion2',new Array(
		'Mouse Over','Text2','Show','',0,
		'Mouse Out','Text2','Hide','',0,
		'Mouse Over','Picture5','Show','',0,
		'Mouse Out','Picture5','Hide','',0),'',0);
 		F_OM('Rectangle59' , 'Rectangle59LYR', 'img', 'LayoutRegion2',new Array(
		'Mouse Over','Picture6','Show','',0,
		'Mouse Out','Picture6','Hide','',0,
		'Mouse Over','Text4','Show','',0,
		'Mouse Out','Text4','Hide','',0),'',0);
 		F_OM('Rectangle61' , 'Rectangle61LYR', 'img', 'LayoutRegion2',new Array(
		'Mouse Over','Text1','Show','',0,
		'Mouse Out','Text1','Hide','',0,
		'Mouse Over','Picture4','Show','',0,
		'Mouse Out','Picture4','Hide','',0),'',0);
 		F_OM('Rectangle60' , 'Rectangle60LYR', 'img', 'LayoutRegion2',new Array(
		'Mouse Over','Picture3','Show','',0,
		'Mouse Over','Text3','Show','',0,
		'Mouse Out','Text3','Hide','',0,
		'Mouse Out','Picture3','Hide','',0),'',0);
 
	F_OM('Text4' , 'Text4LYR', 'txt', 'Layout',null,'',0);
 	F_OM('Text3' , 'Text3LYR', 'txt', 'Layout',null,'',0);
 	F_OM('Text1' , 'Text1LYR', 'txt', 'Layout',null,'',0);
 	F_OM('Picture3' , 'Picture3LYR', 'img', 'Layout',null,'',0);
 	F_OM('Picture4' , 'Picture4LYR', 'img', 'Layout',null,'',0);
 	F_OM('Picture6' , 'Picture6LYR', 'img', 'Layout',null,'',0);
 	F_OM('Picture5' , 'Picture5LYR', 'img', '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)); } );
	$('#Rectangle58A').bind('mouseover', function(__e) { return (F_e('Rectangle58', F_MV, __e)); } );
	$('#Rectangle58A').bind('mouseout', function(__e) { return (F_e('Rectangle58', F_MT, __e)); } );
	$('#Rectangle59A').bind('mouseover', function(__e) { return (F_e('Rectangle59', F_MV, __e)); } );
	$('#Rectangle59A').bind('mouseout', function(__e) { return (F_e('Rectangle59', F_MT, __e)); } );
	$('#Rectangle61A').bind('mouseover', function(__e) { return (F_e('Rectangle61', F_MV, __e)); } );
	$('#Rectangle61A').bind('mouseout', function(__e) { return (F_e('Rectangle61', F_MT, __e)); } );
	$('#Rectangle60A').bind('mouseover', function(__e) { return (F_e('Rectangle60', F_MV, __e)); } );
	$('#Rectangle60A').bind('mouseout', function(__e) { return (F_e('Rectangle60', F_MT, __e)); } );
});
// End Actions

