function DeleteConfirm($MsgText, $LinkID)
{
	return confirm($MsgText);
}
