// 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('Picture255' , 'Picture255LYR', 'img', 'Layout',new Array(
	'Clicked','LayoutRegion1','Display File','./pondview_bathroom.html',0),'',0);
 	F_OM('Picture256' , 'Picture256LYR', 'img', 'Layout',new Array(
	'Clicked','LayoutRegion1','Display File','./pondview_breakfast.html',0),'',0);
 	F_OM('Picture257' , 'Picture257LYR', 'img', 'Layout',new Array(
	'Clicked','LayoutRegion1','Display File','./pondview_dining.html',0),'',0);
 	F_OM('Picture258' , 'Picture258LYR', 'img', 'Layout',new Array(
	'Clicked','LayoutRegion1','Display File','./pondview_kitchen.html',0),'',0);
 	F_OM('Picture259' , 'Picture259LYR', 'img', 'Layout',new Array(
	'Clicked','LayoutRegion1','Display File','./pondview_landing.html',0),'',0);
 	F_OM('Picture260' , 'Picture260LYR', 'img', 'Layout',new Array(
	'Clicked','LayoutRegion1','Display File','./pondview_lounge.html',0),'',0);
 	F_OM('Picture261' , 'Picture261LYR', 'img', 'Layout',new Array(
	'Clicked','LayoutRegion1','Display File','./pondview_master.html',0),'',0);
 	F_OM('Picture262' , 'Picture262LYR', 'img', 'Layout',new Array(
	'Clicked','LayoutRegion1','Display File','./pondview_porch.html',0),'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Picture256A').bind('click', function(__e) { return (F_e('Picture256', F_CL, __e)); } );
	$('#Picture257A').bind('click', function(__e) { return (F_e('Picture257', F_CL, __e)); } );
	$('#Picture258A').bind('click', function(__e) { return (F_e('Picture258', F_CL, __e)); } );
	$('#Picture259A').bind('click', function(__e) { return (F_e('Picture259', F_CL, __e)); } );
	$('#Picture260A').bind('click', function(__e) { return (F_e('Picture260', F_CL, __e)); } );
	$('#Picture261A').bind('click', function(__e) { return (F_e('Picture261', F_CL, __e)); } );
	$('#Picture262A').bind('click', function(__e) { return (F_e('Picture262', F_CL, __e)); } );
	$('#Picture255A').bind('click', function(__e) { return (F_e('Picture255', F_CL, __e)); } );
});
// End Actions

