// 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('Picture3' , 'Picture3LYR', 'img', 'Layout',new Array(
	'Clicked','LayoutRegion1','Display File','./double.html',0),'',0);
 	F_OM('Picture4' , 'Picture4LYR', 'img', 'Layout',new Array(
	'Clicked','LayoutRegion1','Display File','./loft.html',0),'',0);
 	F_OM('Picture5' , 'Picture5LYR', 'img', 'Layout',new Array(
	'Clicked','LayoutRegion1','Display File','./lounge4.html',0),'',0);
 	F_OM('Picture6' , 'Picture6LYR', 'img', 'Layout',new Array(
	'Clicked','LayoutRegion1','Display File','./master2.html',0),'',0);
 	F_OM('Picture7' , 'Picture7LYR', 'img', 'Layout',new Array(
	'Clicked','LayoutRegion1','Display File','./patio.html',0),'',0);
 	F_OM('Picture9' , 'Picture9LYR', 'img', 'Layout',new Array(
	'Clicked','LayoutRegion1','Display File','./valley.html',0),'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Picture3A').bind('click', function(__e) { return (F_e('Picture3', F_CL, __e)); } );
	$('#Picture4A').bind('click', function(__e) { return (F_e('Picture4', F_CL, __e)); } );
	$('#Picture5A').bind('click', function(__e) { return (F_e('Picture5', F_CL, __e)); } );
	$('#Picture6A').bind('click', function(__e) { return (F_e('Picture6', F_CL, __e)); } );
	$('#Picture7A').bind('click', function(__e) { return (F_e('Picture7', F_CL, __e)); } );
	$('#Picture9A').bind('click', function(__e) { return (F_e('Picture9', F_CL, __e)); } );
});
// End Actions

