// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('LayoutRegion1' , 'LayoutRegion1LYR', 'lyr', 'Layout',null,'',0);
 
	F_OM('Picture14' , 'Picture14LYR', 'img', 'Layout',new Array(
	'Clicked','LayoutRegion1','Display File','./master.html',0),'',0);
 	F_OM('Picture15' , 'Picture15LYR', 'img', 'Layout',new Array(
	'Clicked','LayoutRegion1','Display File','./twin.html',0),'',0);
 
	F_OM('Picture3' , 'Picture3LYR', 'img', 'Layout',new Array(
	'Clicked','LayoutRegion1','Display File','./2nd_master.html',0),'',0);
 	F_OM('Picture4' , 'Picture4LYR', 'img', 'Layout',new Array(
	'Clicked','LayoutRegion1','Display File','./lounge.html',0),'',0);
 	F_OM('Picture5' , 'Picture5LYR', 'img', 'Layout',new Array(
	'Clicked','LayoutRegion1','Display File','./reception.html',0),'',0);
 	F_OM('Picture17' , 'Picture17LYR', 'img', 'Layout',new Array(
	'Clicked','LayoutRegion1','Display File','./pool.html',0),'',0);
 	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Picture5A').bind('click', function(__e) { return (F_e('Picture5', F_CL, __e)); } );
	$('#Picture17A').bind('click', function(__e) { return (F_e('Picture17', F_CL, __e)); } );
	$('#Picture14A').bind('click', function(__e) { return (F_e('Picture14', F_CL, __e)); } );
	$('#Picture15A').bind('click', function(__e) { return (F_e('Picture15', F_CL, __e)); } );
	$('#Picture3A').bind('click', function(__e) { return (F_e('Picture3', F_CL, __e)); } );
	$('#Picture4A').bind('click', function(__e) { return (F_e('Picture4', F_CL, __e)); } );
});
// End Actions

