// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array(
	'Page Loaded',F_functLayoutAction0,'','',0));
	F_OM('Picture3' , 'Picture3LYR', 'img', 'Layout',new Array(
	'Clicked','LayoutRegion1','Display File','./cabin_double.html',0),'',0);
 	F_OM('Picture7' , 'Picture7LYR', 'img', 'Layout',new Array(
	'Clicked','LayoutRegion1','Display File','./cabin_patio.html',0),'',0);
 	F_OM('Picture10' , 'Picture10LYR', 'img', 'Layout',new Array(
	'Clicked','LayoutRegion1','Display File','./cabin_spa.html',0),'',0);
 	F_OM('Picture9' , 'Picture9LYR', 'img', 'Layout',new Array(
	'Clicked','LayoutRegion1','Display File','./cabin_valley.html',0),'',0);
 	F_OM('Picture6' , 'Picture6LYR', 'img', 'Layout',new Array(
	'Clicked','LayoutRegion1','Display File','./cabin_master.html',0),'',0);
 	F_OM('Picture4' , 'Picture4LYR', 'img', 'Layout',new Array(
	'Clicked','LayoutRegion1','Display File','./cabin_loft.html',0),'',0);
 	F_OM('Picture5' , 'Picture5LYR', 'img', 'Layout',new Array(
	'Clicked','LayoutRegion1','Display File','./cabin_lounge.html',0),'',0);
 
	F_OM('LayoutRegion1' , 'LayoutRegion1LYR', 'lyr', 'Layout',null,'',0);
 
	F_pageLoaded('Layout');
}
function F_functLayoutAction0(params) {
var layoutWidth = 700; 
if(F_NN) { 
var bodyWidth = window.innerWidth; 
var theOffset = (bodyWidth - layoutWidth)/2; 
if(theOffset > 0) { 
document.layers['LayoutLYR'].left=theOffset; 
} 
} else { 
var bodyWidth = document.body.offsetWidth; 
var theOffset = (bodyWidth - layoutWidth)/2; 
if(theOffset > 0) { 
document.all.tags('DIV') 
['LayoutLYR'].style.left=theOffset; 
} 
}

}


 
$(document).ready( function() {
F_onLoaded();
	$('#Picture6A').bind('click', function(__e) { return (F_e('Picture6', 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)); } );
	$('#Picture3A').bind('click', function(__e) { return (F_e('Picture3', F_CL, __e)); } );
	$('#Picture7A').bind('click', function(__e) { return (F_e('Picture7', F_CL, __e)); } );
	$('#Picture10A').bind('click', function(__e) { return (F_e('Picture10', F_CL, __e)); } );
	$('#Picture9A').bind('click', function(__e) { return (F_e('Picture9', F_CL, __e)); } );
});
// End Actions


