// 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('Picture17' , 'Picture17LYR', 'img', 'Layout',new Array(
	'Clicked','LayoutRegion1','Display File','./piccadilly_master.html',0),'',0);
 	F_OM('Picture18' , 'Picture18LYR', 'img', 'Layout',new Array(
	'Clicked','LayoutRegion1','Display File','./piccadilly_twins.html',0),'',0);
 	F_OM('Picture19' , 'Picture19LYR', 'img', 'Layout',new Array(
	'Clicked','LayoutRegion1','Display File','./piccadilly_double.html',0),'',0);
 	F_OM('Picture20' , 'Picture20LYR', 'img', 'Layout',new Array(
	'Clicked','LayoutRegion1','Display File','./piccadilly_lounge.html',0),'',0);
 	F_OM('Picture21' , 'Picture21LYR', 'img', 'Layout',new Array(
	'Clicked','LayoutRegion1','Display File','./piccadilly_reception.html',0),'',0);
 	F_OM('Picture24' , 'Picture24LYR', 'img', 'Layout',new Array(
	'Clicked','LayoutRegion1','Display File','./piccadilly_pool.html',0),'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Picture20A').bind('click', function(__e) { return (F_e('Picture20', F_CL, __e)); } );
	$('#Picture19A').bind('click', function(__e) { return (F_e('Picture19', F_CL, __e)); } );
	$('#Picture17A').bind('click', function(__e) { return (F_e('Picture17', F_CL, __e)); } );
	$('#Picture18A').bind('click', function(__e) { return (F_e('Picture18', F_CL, __e)); } );
	$('#Picture21A').bind('click', function(__e) { return (F_e('Picture21', F_CL, __e)); } );
	$('#Picture24A').bind('click', function(__e) { return (F_e('Picture24', F_CL, __e)); } );
});
// End Actions


