// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Text28' , 'Text28LYR', 'txt', 'Layout',null,'',0);
		F_OM('Text28Link1' , '', 'tln', 'Text28',new Array(
		'Clicked','Layout','Open Window',F_Parm('name','facebook','URL','http://www.facebook.com/pages/Deluxe-Voyages/139520192784214','width',800,'height',600,'top',0,'left',0,'toolbar','yes','menubar','yes','location','yes','status','yes','resizable','yes','directories','yes','scrollbars','yes'),0),'',0);
 
		F_OM('Picture20' , 'Picture20LYR', 'img', 'Text28',new Array(
		'Clicked','Layout','Open Window',F_Parm('name','facebook','URL','http://www.facebook.com/pages/Deluxe-Voyages/139520192784214','width',800,'height',600,'top',0,'left',0,'toolbar','yes','menubar','yes','location','yes','status','yes','resizable','yes','directories','yes','scrollbars','yes'),0),'',0);
 
	F_OM('Cell4' , 'Cell4LYR', 'lyr', 'Layout',null,'',0);
		F_OM('Cell4Link1' , '', 'tln', 'Cell4',new Array(
		'Clicked','Layout','Open Window',F_Parm('name','SDYC VT','URL','http://www.seadream.com/360-view','width',800,'height',600,'top',0,'left',0,'toolbar','yes','menubar','yes','location','yes','status','yes','resizable','yes','directories','yes','scrollbars','yes'),0),'',0);
 
	F_OM('Picture25' , 'Picture25LYR', 'img', 'Layout',new Array(
	'Clicked','Layout','Open Window',F_Parm('name','SDYC Videos','URL','../html/seadream_yacht_club_videos.html','width',1200,'height',900,'top',0,'left',0,'toolbar','yes','menubar','yes','location','yes','status','yes','resizable','yes','directories','yes','scrollbars','yes'),0),'',0);
 	F_OM('Text37' , 'Text37LYR', 'txt', 'Layout',null,'',0);
		F_OM('Text37Link1' , '', 'tln', 'Text37',new Array(
		'Clicked','Layout','Open Window',F_Parm('name','SDYC Videos','URL','../html/seadream_yacht_club_videos.html','width',1200,'height',900,'top',0,'left',0,'toolbar','yes','menubar','yes','location','yes','status','yes','resizable','yes','directories','yes','scrollbars','yes'),0),'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Picture25A').bind('click', function(__e) { return (F_e('Picture25', F_CL, __e)); } );
	$('#Text37Link1').bind('click', function(__e) { return (F_e('Text37Link1', F_CL, __e)); } );
	$('#Cell4Link1').bind('click', function(__e) { return (F_e('Cell4Link1', F_CL, __e)); } );
	$('#Picture20A').bind('click', function(__e) { return (F_e('Picture20', F_CL, __e)); } );
	$('#Text28Link1').bind('click', function(__e) { return (F_e('Text28Link1', F_CL, __e)); } );
});
// End Actions


