// 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('Text14' , 'Text14LYR', 'txt', 'Layout',null,'',0);
		F_OM('Text14Link1' , '', 'tln', 'Text14',new Array(
		'Clicked','Layout','Open Window',F_Parm('name','ms eUORPA wORLD cRUISE 2012','URL','../HL_Europa_WC_2012.pdf','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('Text14Link2' , '', 'tln', 'Text14',new Array(
		'Clicked','Layout','Open Window',F_Parm('name','MS Columbus World Cruise 2012','URL','../HL_Columbus_WC_2012.pdf','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_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Text14Link1').bind('click', function(__e) { return (F_e('Text14Link1', F_CL, __e)); } );
	$('#Text14Link2').bind('click', function(__e) { return (F_e('Text14Link2', 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


