// 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('Cell7' , 'Cell7LYR', 'lyr', 'Layout',null,'',0);
		F_OM('Cell7Link1' , '', 'tln', 'Cell7',new Array(
		'Clicked','Layout','Open Window',F_Parm('name','HL Bilingual Cruises','URL','http://www.hl-cruises.com/redwork/do.php?layoutid=100&amp;node=261303&amp;language=2','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('Text35' , 'Text35LYR', 'txt', 'Layout',null,'',0);
		F_OM('Text35Link1' , '', 'tln', 'Text35',new Array(
		'Clicked','Layout','Open Window',F_Parm('name','SDYC Videos','URL','../html/hapag-lloyd_cruises_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('Picture25' , 'Picture25LYR', 'img', 'Layout',new Array(
	'Clicked','Layout','Open Window',F_Parm('name','Hapag-Lloyd Cruises Videos','URL','../html/hapag-lloyd_cruises_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)); } );
	$('#Text35Link1').bind('click', function(__e) { return (F_e('Text35Link1', F_CL, __e)); } );
	$('#Cell7Link1').bind('click', function(__e) { return (F_e('Cell7Link1', 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


