// 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('Picture60' , 'Picture60LYR', 'img', 'Layout',new Array(
	'Clicked','LayoutRegion1','Display File','',0),'',0);
 	F_OM('Picture61' , 'Picture61LYR', 'img', 'Layout',new Array(
	'Clicked','LayoutRegion1','Display File','./montana_lounge.html',0),'',0);
 	F_OM('Picture62' , 'Picture62LYR', 'img', 'Layout',new Array(
	'Clicked','LayoutRegion1','Display File','./montana_master.html',0),'',0);
 	F_OM('Picture63' , 'Picture63LYR', 'img', 'Layout',new Array(
	'Clicked','LayoutRegion1','Display File','./montana_pool.html',0),'',0);
 	F_OM('Picture64' , 'Picture64LYR', 'img', 'Layout',new Array(
	'Clicked','LayoutRegion1','Display File','',0),'',0);
 
	F_OM('Picture67' , 'Picture67LYR', 'img', 'Layout',new Array(
	'Clicked','LayoutRegion1','Display File','./montana_flex.html',0),'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Picture67A').bind('click', function(__e) { return (F_e('Picture67', F_CL, __e)); } );
	$('#Picture60A').bind('click', function(__e) { return (F_e('Picture60', F_CL, __e)); } );
	$('#Picture63A').bind('click', function(__e) { return (F_e('Picture63', F_CL, __e)); } );
	$('#Picture64A').bind('click', function(__e) { return (F_e('Picture64', F_CL, __e)); } );
	$('#Picture62A').bind('click', function(__e) { return (F_e('Picture62', F_CL, __e)); } );
	$('#Picture61A').bind('click', function(__e) { return (F_e('Picture61', F_CL, __e)); } );
});
// End Actions


