// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('LayoutRegion53' , 'LayoutRegion53LYR', 'lyr', 'Layout',null,'',0);
 
		F_OM('LayoutRegion55' , 'LayoutRegion55LYR', 'lyr', 'LayoutRegion53',null,'',0);
 
		F_OM('LayoutRegion54' , 'LayoutRegion54LYR', 'lyr', 'LayoutRegion53',null,'',0);
 
		F_OM('LayoutRegion56' , 'LayoutRegion56LYR', 'lyr', 'LayoutRegion53',null,'',0);
 
		F_OM('LayoutRegion57' , 'LayoutRegion57LYR', 'lyr', 'LayoutRegion53',null,'',0);
 
		F_OM('LayoutRegion58' , 'LayoutRegion58LYR', 'lyr', 'LayoutRegion53',null,'',0);
 
		F_OM('LayoutRegion59' , 'LayoutRegion59LYR', 'lyr', 'LayoutRegion53',null,'',0);
 
		F_OM('LayoutRegion60' , 'LayoutRegion60LYR', 'lyr', 'LayoutRegion53',null,'',0);
 
	F_OM('Picture78' , 'Picture78LYR', 'img', 'Layout',new Array(
	'Mouse Over','LayoutRegion53','Switch To','LayoutRegion54',0,
	'Mouse Out','LayoutRegion53','Switch To','LayoutRegion60',0,
	'Clicked','Layout','Go To','./html/the_hall.html',0),'',0);
 	F_OM('Picture81' , 'Picture81LYR', 'img', 'Layout',new Array(
	'Mouse Over','LayoutRegion53','Switch To','LayoutRegion55',0,
	'Mouse Out','LayoutRegion53','Switch To','LayoutRegion60',0,
	'Clicked','Layout','Go To','./html/the_hall.html',0),'',0);
 	F_OM('Picture83' , 'Picture83LYR', 'img', 'Layout',new Array(
	'Mouse Over','LayoutRegion53','Switch To','LayoutRegion56',0,
	'Mouse Out','LayoutRegion53','Switch To','LayoutRegion60',0,
	'Clicked','Layout','Go To','./html/the_hall.html',0),'',0);
 	F_OM('Picture85' , 'Picture85LYR', 'img', 'Layout',new Array(
	'Mouse Over','LayoutRegion53','Switch To','LayoutRegion57',0,
	'Mouse Out','LayoutRegion53','Switch To','LayoutRegion60',0,
	'Clicked','Layout','Go To','./html/the_hall.html',0),'',0);
 	F_OM('Picture88' , 'Picture88LYR', 'img', 'Layout',new Array(
	'Mouse Over','LayoutRegion53','Switch To','LayoutRegion58',0,
	'Mouse Out','LayoutRegion53','Switch To','LayoutRegion60',0,
	'Clicked','Layout','Go To','./html/the_hall.html',0),'',0);
 	F_OM('Picture91' , 'Picture91LYR', 'img', 'Layout',new Array(
	'Mouse Over','LayoutRegion53','Switch To','LayoutRegion59',0,
	'Mouse Out','LayoutRegion53','Switch To','LayoutRegion60',0,
	'Clicked','Layout','Go To','./html/the_hall.html',0),'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Picture88A').bind('click', function(__e) { return (F_e('Picture88', F_CL, __e)); } );
	$('#Picture88A').bind('mouseover', function(__e) { return (F_e('Picture88', F_MV, __e)); } );
	$('#Picture88A').bind('mouseout', function(__e) { return (F_e('Picture88', F_MT, __e)); } );
	$('#Picture78A').bind('click', function(__e) { return (F_e('Picture78', F_CL, __e)); } );
	$('#Picture78A').bind('mouseover', function(__e) { return (F_e('Picture78', F_MV, __e)); } );
	$('#Picture78A').bind('mouseout', function(__e) { return (F_e('Picture78', F_MT, __e)); } );
	$('#Picture81A').bind('click', function(__e) { return (F_e('Picture81', F_CL, __e)); } );
	$('#Picture81A').bind('mouseover', function(__e) { return (F_e('Picture81', F_MV, __e)); } );
	$('#Picture81A').bind('mouseout', function(__e) { return (F_e('Picture81', F_MT, __e)); } );
	$('#Picture91A').bind('click', function(__e) { return (F_e('Picture91', F_CL, __e)); } );
	$('#Picture91A').bind('mouseover', function(__e) { return (F_e('Picture91', F_MV, __e)); } );
	$('#Picture91A').bind('mouseout', function(__e) { return (F_e('Picture91', F_MT, __e)); } );
	$('#Picture85A').bind('click', function(__e) { return (F_e('Picture85', F_CL, __e)); } );
	$('#Picture85A').bind('mouseover', function(__e) { return (F_e('Picture85', F_MV, __e)); } );
	$('#Picture85A').bind('mouseout', function(__e) { return (F_e('Picture85', F_MT, __e)); } );
	$('#Picture83A').bind('click', function(__e) { return (F_e('Picture83', F_CL, __e)); } );
	$('#Picture83A').bind('mouseover', function(__e) { return (F_e('Picture83', F_MV, __e)); } );
	$('#Picture83A').bind('mouseout', function(__e) { return (F_e('Picture83', F_MT, __e)); } );
});
// End Actions


