// 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('Picture7' , 'Picture7LYR', 'img', 'Layout',new Array(
	'Clicked','LayoutRegion1','Display File','./silverpalms_double.html',0),'',0);
 	F_OM('Picture8' , 'Picture8LYR', 'img', 'Layout',new Array(
	'Clicked','LayoutRegion1','Display File','./silverpalms_lounge.html',0),'',0);
 	F_OM('Picture9' , 'Picture9LYR', 'img', 'Layout',new Array(
	'Clicked','LayoutRegion1','Display File','./silverplams_master.html',0),'',0);
 	F_OM('Picture10' , 'Picture10LYR', 'img', 'Layout',new Array(
	'Clicked','LayoutRegion1','Display File','./silverpalms_pool.html',0),'',0);
 	F_OM('Picture11' , 'Picture11LYR', 'img', 'Layout',new Array(
	'Clicked','LayoutRegion1','Display File','./silverpalms_twin.html',0),'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Picture8A').bind('click', function(__e) { return (F_e('Picture8', F_CL, __e)); } );
	$('#Picture10A').bind('click', function(__e) { return (F_e('Picture10', F_CL, __e)); } );
	$('#Picture11A').bind('click', function(__e) { return (F_e('Picture11', F_CL, __e)); } );
	$('#Picture9A').bind('click', function(__e) { return (F_e('Picture9', F_CL, __e)); } );
	$('#Picture7A').bind('click', function(__e) { return (F_e('Picture7', F_CL, __e)); } );
});
// End Actions

