// 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('Text15' , 'Text15LYR', 'txt', 'Layout',null,'',0);
		F_OM('Text15Link1' , '', 'tln', 'Text15',new Array(
		'Clicked','Layout','Open Window',F_Parm('name','Seabourn Videos','URL','../html/seabourn_cruise_line_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('Cell13' , 'Cell13LYR', 'lyr', 'Layout',null,'',0);
		F_OM('Cell13Link1' , '', 'tln', 'Cell13',new Array(
		'Clicked','Layout','Open Window',F_Parm('name','Seabourn Virtual Tour','URL','http://www.seabourn.com/virtual-tours-videos/Main.action?cat=ships&amp;subcat=sr&amp;type=vt&amp;id=1','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('Text33' , 'Text33LYR', 'txt', 'Layout',null,'',0);
		F_OM('Text33Link1' , '', 'tln', 'Text33',new Array(
		'Clicked','Layout','Open Window',F_Parm('name','Seabourn Videos','URL','../html/seabourn_cruise_line_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('Picture24' , 'Picture24LYR', 'img', 'Layout',new Array(
	'Clicked','Layout','Open Window',F_Parm('name','Seabourn Cruise Line Video','URL','../html/seabourn_cruise_line_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();
	$('#Text15Link1').bind('click', function(__e) { return (F_e('Text15Link1', F_CL, __e)); } );
	$('#Picture24A').bind('click', function(__e) { return (F_e('Picture24', F_CL, __e)); } );
	$('#Text33Link1').bind('click', function(__e) { return (F_e('Text33Link1', F_CL, __e)); } );
	$('#Cell13Link1').bind('click', function(__e) { return (F_e('Cell13Link1', 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


