// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Picture1' , 'Picture1LYR', 'img', 'Layout',new Array(
	'Clicked','LayoutRegion1','Display File','./deck1.html',0),'',0);
 	F_OM('Picture2' , 'Picture2LYR', 'img', 'Layout',new Array(
	'Clicked','LayoutRegion1','Display File','./loft1.html',0),'',0);
 	F_OM('Picture3' , 'Picture3LYR', 'img', 'Layout',new Array(
	'Clicked','LayoutRegion1','Display File','./lounge5.html',0),'',0);
 	F_OM('Picture4' , 'Picture4LYR', 'img', 'Layout',new Array(
	'Clicked','LayoutRegion1','Display File','./master3.html',0),'',0);
 	F_OM('Picture5' , 'Picture5LYR', 'img', 'Layout',new Array(
	'Clicked','LayoutRegion1','Display File','./lowerlounge.html',0),'',0);
 	F_OM('Picture6' , 'Picture6LYR', 'img', 'Layout',new Array(
	'Clicked','LayoutRegion1','Display File','./lowerdeck.html',0),'',0);
 	F_OM('LayoutRegion1' , 'LayoutRegion1LYR', 'lyr', 'Layout',null,'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Picture1A').bind('click', function(__e) { return (F_e('Picture1', F_CL, __e)); } );
	$('#Picture2A').bind('click', function(__e) { return (F_e('Picture2', F_CL, __e)); } );
	$('#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)); } );
});
// End Actions

