/**
 * * XXX function() { bgiframe: true, height:699, width:637, modal: true, *
 * autoOpen:false, overlay: { backgroundColor: '#000', opacity: 0.5 }, buttons: { *
 * 'D': function() { $(this).dialog('close'); } } } *
 * $("#LinkLB").click(function(){ $("#Conteido").dialog('open'); return false; *
 * }); x.click(function () { $("#LigthBox").css("display", "block"); *
 * $("#LigthBox").css("filter", "alpha(opacity=80)"); *
 * $("#LigthBox").css("width", document.body.scrollWidth); *
 * $("#LigthBox").css("height", document.body.scrollHeight); *
 * $("#Conteido").slideToggle( "slow" ); } ); n=$("#BtnCerrar"); *
 * n.click(function () { $("#LigthBox").fadeOut("fast"); *
 * $("#Conteido").slideToggle( "fast" ); } ); } );
 */
$(function() { /* Dialog */
	$('#Conteido').dialog( {
		autoOpen : false,
		width : 700,
		modal : true,
		overlay : {
			backgroundColor : '#000',
			opacity : 0.5
		},
		buttons : {
			"" : function() {
				$(this).dialog("close");
			}
		}
	}); /* Dialog Link */
	$('#LinkLB').click(function() {
		$('#Conteido').dialog('open');
		return false;
	});
	$('#SuscribeBoletin').click(function() {
		$('#Conteido').dialog('open');
		return false;
	});
	$('.SuscribeBoletin').click(function() {
		$('#Conteido').dialog('open');
		return false;
	});
});
