function ConfirmDelete(TopicID)
{
	if(confirm("คุณต้องการลบกระทู้หรือไม่ ?") == true)
	{
            alert("Then we can proceed!");
     }
}