// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Picture126' , 'Picture126LYR', 'img', 'Layout',null,'',0);
 	F_OM('Picture127' , 'Picture127LYR', 'img', 'Layout',null,'',0);
 	F_OM('Picture129' , 'Picture129LYR', 'img', 'Layout',null,'',0);
 	F_OM('LayoutRegion1' , 'LayoutRegion1LYR', 'lyr', 'Layout',null,'',0);
 
		F_OM('Rectangle36' , 'Rectangle36LYR', 'img', 'LayoutRegion1',new Array(
		'Mouse Over','Picture126','Show','',0,
		'Mouse Out','Picture126','Hide','',0),'',0);
 		F_OM('Rectangle37' , 'Rectangle37LYR', 'img', 'LayoutRegion1',new Array(
		'Mouse Over','Picture127','Show','',0,
		'Mouse Out','Picture127','Hide','',0),'',0);
 		F_OM('Rectangle38' , 'Rectangle38LYR', 'img', 'LayoutRegion1',new Array(
		'Mouse Over','Picture129','Show','',0,
		'Mouse Out','Picture129','Hide','',0),'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Rectangle36A').bind('mouseover', function(__e) { return (F_e('Rectangle36', F_MV, __e)); } );
	$('#Rectangle36A').bind('mouseout', function(__e) { return (F_e('Rectangle36', F_MT, __e)); } );
	$('#Rectangle37A').bind('mouseover', function(__e) { return (F_e('Rectangle37', F_MV, __e)); } );
	$('#Rectangle37A').bind('mouseout', function(__e) { return (F_e('Rectangle37', F_MT, __e)); } );
	$('#Rectangle38A').bind('mouseover', function(__e) { return (F_e('Rectangle38', F_MV, __e)); } );
	$('#Rectangle38A').bind('mouseout', function(__e) { return (F_e('Rectangle38', F_MT, __e)); } );
});
// End Actions

