// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('LayoutRegion194' , 'LayoutRegion194LYR', 'lyr', 'Layout',null,'',0);
 
		F_OM('Picture83' , 'Picture83LYR', 'img', 'LayoutRegion194',new Array(
		'Mouse Over','Picture84','Show','',0,
		'Mouse Out','Picture84','Hide','',0),'',0);
 		F_OM('LayoutRegion158' , 'LayoutRegion158LYR', 'lyr', 'LayoutRegion194',null,'',0);
 
		F_OM('Picture86' , 'Picture86LYR', 'img', 'LayoutRegion194',new Array(
		'Mouse Over','Picture87','Show','',0,
		'Mouse Out','Picture87','Hide','',0),'',0);
 		F_OM('LayoutRegion199' , 'LayoutRegion199LYR', 'lyr', 'LayoutRegion194',null,'',0);
 
		F_OM('LayoutRegion159' , 'LayoutRegion159LYR', 'lyr', 'LayoutRegion194',null,'',0);
 
		F_OM('LayoutRegion200' , 'LayoutRegion200LYR', 'lyr', 'LayoutRegion194',null,'',0);
 
		F_OM('Picture92' , 'Picture92LYR', 'img', 'LayoutRegion194',new Array(
		'Mouse Over','Picture93','Show','',0,
		'Mouse Out','Picture93','Hide','',0),'',0);
 		F_OM('LayoutRegion162' , 'LayoutRegion162LYR', 'lyr', 'LayoutRegion194',null,'',0);
 
		F_OM('Picture87' , 'Picture87LYR', 'img', 'LayoutRegion194',null,'',0);
 		F_OM('Picture94' , 'Picture94LYR', 'img', 'LayoutRegion194',new Array(
		'Mouse Over','Picture97','Show','',0,
		'Mouse Out','Picture97','Hide','',0),'',0);
 		F_OM('LayoutRegion195' , 'LayoutRegion195LYR', 'lyr', 'LayoutRegion194',null,'',0);
 
		F_OM('Picture95' , 'Picture95LYR', 'img', 'LayoutRegion194',new Array(
		'Mouse Over','Picture98','Show','',0,
		'Mouse Out','Picture98','Hide','',0),'',0);
 		F_OM('LayoutRegion196' , 'LayoutRegion196LYR', 'lyr', 'LayoutRegion194',null,'',0);
 
		F_OM('Picture96' , 'Picture96LYR', 'img', 'LayoutRegion194',new Array(
		'Mouse Over','Picture99','Show','',0,
		'Mouse Out','Picture99','Hide','',0),'',0);
 		F_OM('LayoutRegion197' , 'LayoutRegion197LYR', 'lyr', 'LayoutRegion194',null,'',0);
 
		F_OM('LayoutRegion198' , 'LayoutRegion198LYR', 'lyr', 'LayoutRegion194',null,'',0);
 
		F_OM('Picture97' , 'Picture97LYR', 'img', 'LayoutRegion194',null,'',0);
 		F_OM('Picture98' , 'Picture98LYR', 'img', 'LayoutRegion194',null,'',0);
 		F_OM('Picture99' , 'Picture99LYR', 'img', 'LayoutRegion194',null,'',0);
 		F_OM('Picture84' , 'Picture84LYR', 'img', 'LayoutRegion194',null,'',0);
 		F_OM('LayoutRegion201' , 'LayoutRegion201LYR', 'lyr', 'LayoutRegion194',null,'',0);
 
		F_OM('LayoutRegion202' , 'LayoutRegion202LYR', 'lyr', 'LayoutRegion194',null,'',0);
 
		F_OM('LayoutRegion203' , 'LayoutRegion203LYR', 'lyr', 'LayoutRegion194',null,'',0);
 
		F_OM('Picture93' , 'Picture93LYR', 'img', 'LayoutRegion194',null,'',0);
 		F_OM('LayoutRegion204' , 'LayoutRegion204LYR', 'lyr', 'LayoutRegion194',null,'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Picture83A').bind('mouseover', function(__e) { return (F_e('Picture83', F_MV, __e)); } );
	$('#Picture83A').bind('mouseout', function(__e) { return (F_e('Picture83', F_MT, __e)); } );
	$('#Picture86A').bind('mouseover', function(__e) { return (F_e('Picture86', F_MV, __e)); } );
	$('#Picture86A').bind('mouseout', function(__e) { return (F_e('Picture86', F_MT, __e)); } );
	$('#Picture92A').bind('mouseover', function(__e) { return (F_e('Picture92', F_MV, __e)); } );
	$('#Picture92A').bind('mouseout', function(__e) { return (F_e('Picture92', F_MT, __e)); } );
	$('#Picture94A').bind('mouseover', function(__e) { return (F_e('Picture94', F_MV, __e)); } );
	$('#Picture94A').bind('mouseout', function(__e) { return (F_e('Picture94', F_MT, __e)); } );
	$('#Picture95A').bind('mouseover', function(__e) { return (F_e('Picture95', F_MV, __e)); } );
	$('#Picture95A').bind('mouseout', function(__e) { return (F_e('Picture95', F_MT, __e)); } );
	$('#Picture96A').bind('mouseover', function(__e) { return (F_e('Picture96', F_MV, __e)); } );
	$('#Picture96A').bind('mouseout', function(__e) { return (F_e('Picture96', F_MT, __e)); } );
});
// End Actions

