$(function()
{

	$('#DialogXmas').dialog({
		bgiframe: true,
		autoOpen: false,
		modal: false,
		width: 950,
		height: 790,
		resizable: false,
		buttons: {
			'close': function(){
			$(this).dialog('close');
			}
		}
	});
	
	//$('#DialogXmas').html('');
	
	setDialogTrigger('#DialogXmas', '#XmasMessage', false);
	



});
