function CheckVeido(nowid)
{
	$.ajax({
	type: "POST",
	timeout : 5000, 	
	url: "/common/Ajax.aspx?now_id=" + nowid,
	data:"Option=Video",
	success:function(msg)
	{
		
	  	  $("#Video").html(msg);
		  
	}
	});
}