function addNewBox()
{
	jQuery('#llmianto_btn').click(function(){
  
					   
 jQuery.blockUI({ 
	message: $('#llmianto_id'),centerY: ($.browser.msie && parseInt($.browser.version) === 6) ? false : true ? false : true,
	css:{
	border: 'none',
	padding: '0',
	top:  '40%',//(jQuery(window).height() - 647) /2 +60 + 'px', 
    left: '35%',//(jQuery(window).width() - 647) /2 + 'px',
	backgroundColor: 'transparent',
	color: '#000',
	position: 'absolute'
	}

});
});
		
jQuery('#inner_video').click(function(){
  
					   
 jQuery.blockUI({ 
	message: $('#video'),centerY: ($.browser.msie && parseInt($.browser.version) === 6) ? false : true ? false : true,
	css:{
	border: 'none',
	padding: '0',
	top: '40%', //(jQuery(window).height() - 647) /2 +60 + 'px', 
    left:'35%', //(jQuery(window).width() - 647) /2 + 'px',
	backgroundColor: 'transparent',
	color: '#000',
	position: 'absolute'
	}

});
});
}

function show()
{
	 jQuery.blockUI({ 
	message: $('#llmianto_id'),centerY: ($.browser.msie && parseInt($.browser.version) === 6) ? false : true ? false : true,
	css:{
	border: 'none',
	padding: '0',
	top:  (jQuery(window).height() - 647) /2 +60 + 'px', 
    left: (jQuery(window).width() - 647) /2 + 'px',
	backgroundColor: 'transparent',
	color: '#000',
	position: 'absolute'
	}

});

	
}